1

I have smaller RN application made with expo (expo-cli) and it is really annoying starting app every time using expo. What I want is to migrate to another way of starting app on my phone and with hot-reloading (if it is possible). If not, how can I start it on emulators? What changes should I do on current code?

What came to my mind is to create new RN app using create-react-native-app and move code from current app. Then install android studio for android emulator and xcode for iOS emulator etc.

But I don't know exact steps how to migrate from expo and how to setup everything work in non-expo environment, how to set up emulators, how to start app on emulators etc. Can someone explain it in details please? Thanks.

1 Answers1

0

If you run an Expo project on a real device rather than an emulator on your computer,

you can recognize it on the device using the expo start command through the Expo app.

However, you should be logged in with the same ID as the Expo-cli.

googleplay App // Appplay App

If you want to run Expo on an Android studio and xcode, you need to separate the project into a stand-alone app.

You can run expo eject <= you use Expokit

hong developer
  • 13,291
  • 4
  • 38
  • 68