2
votes

I build an app with Expo tool .. but now I what to move to react native without expo .. I tried to just create a new project in react native and then transfer the code that I had written and install components that I had used in my app .

the app with Expo work as expected put with moved to react native without Expo works as unexpected and crashes.

1

1 Answers

4
votes

you don't need to transfer the code like that, the expo provides us to detach our code from expo to without expo react-native projects.

please refer to this link expokit eject

if you want to use expo API in your project then you can detach your app using detach-with-expokit. use expo eject to add ExpoKit (choose the "ExpoKit" option).