Videos
-
Before submitting an ios build to the app store using
eas submit, do I have to create the app first? What other stuff needs to be done? -
Can I submit a development build to the app store using
eas submit --profile development? I would like to be able to use testflight to invite testers instead of having to know the uuid of the ios devices.
Hello
I just completed my app :) and gave it for internal testing:
eas build --profile preview --platform all
Now, I wish to make some changes and see them in Expo Go. However I believe that Expo Go does not work well with EAS runtimeVersion.
So, then I came across this page and video.
https://docs.expo.dev/development/introduction/
I ran,
expo run:ios
And it opened up the app in the simulator. However, it made a whole new /iOS folder which now GIT says I have to commit.
I am confused. Do I commit this? Or put this in .gitignore.
Is this the best way to make changes in the app in between preview builds? I am thoroughly confused going through Expo's documentation.
Any help is appreciate. I have to iterate quickly on this app.