Where is Expo's binaries located in a project?

$ ls node_modules/expo/
AppEntry.js	README.md	node_modules	package.json	src		tools

Where are all those ios and android files (that are necessary to use the Expo library) stored at in an Expo project?

Hey @james2412

Have you taken a look at GitHub - expo/expo: An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.?

What I meant was, where are the Expo native code located in my Expo project locally.
On second thought, I think I figured it out: the app is ran through the Expo client, and standalone builds are done on Expo server, so we never need the native Expo SDK code locally until we detach.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.