How to revert back to expo after ejecting from expo?

212 Views Asked by At

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?

0

There are 0 best solutions below