Wouldn't "npx expo prebuild" make this process easier so that you can do the builds on your local machine using "npx expo run:android" and "npx expo run:ios" without the need for eas services?
As much as possible, I'd like to stick with EAS because of all the benefits it offers. Also, a lot of people do not have macOS: docs.expo.dev/workflow/customizing/#manage-custom-native-projects "npx expo run:ios requires Xcode (macOS only) installed on your computer"
struggling to add firestore. i cant seem to get the initalization to work i tried to import the app config from app.config.ts to get it initialized but its not importing as an object
Love it, excellent content! grats!
Wouldn't "npx expo prebuild" make this process easier so that you can do the builds on your local machine using "npx expo run:android" and "npx expo run:ios" without the need for eas services?
As much as possible, I'd like to stick with EAS because of all the benefits it offers. Also, a lot of people do not have macOS:
docs.expo.dev/workflow/customizing/#manage-custom-native-projects
"npx expo run:ios requires Xcode (macOS only) installed on your computer"
@@ReactJsJourney noted!
struggling to add firestore. i cant seem to get the initalization to work i tried to import the app config from app.config.ts to get it initialized but its not importing as an object