2

I am a react-native beginner. In the earlier tutorials I did, I created apps using react-native init AppName but now there is a new method of using create-react-native-app AppName. Apps created using the later method are run using expo. I am wondering how I can run my old apps created using the react-native-cli in expo.

Isaac Sekamatte
  • 5,500
  • 1
  • 34
  • 40

1 Answers1

0

You can use the exp convert command of the exp command line tool to basically do this.

For more help please check here expo commands.

If it is not work for you then please check Converting an existing project to work with Expo

Also please check same question to here.

Hope this will help you!

Santosh Shinde
  • 6,045
  • 7
  • 44
  • 68