Open normal RN project in expo

I’ve built an app with ‘react-native init’ command. I want to open this app with expo on my phone. So How can I integrate my RN app with Expo. And I have another question. I can’t open the project that built by expo on simulator. How can I do it?

hey @ismaillbayram, do the docs here answer your first couple questions: https://docs.expo.io/versions/latest/guides/create-react-native-app.html ?

Also, if you are going to build your expo project to run in the simulator, you will need to run our exp cli like so: exp build:ios -t simulator

1 Like