Reputation: 73
I have ejected my expo react native app from expo by running,
npx expo run:android
but I want to revert back to expo to create a development build
eas build --profile development --platform android
but the problem is I don't have a git commit before ejecting the app what can I do?
Upvotes: 0
Views: 695
Reputation: 21
Also remember to remove the expo-dev-client packkage that was installed when you ran prebuild. Everything should work just fine after that.
Upvotes: 0