-1
I wonder if it is possible to add the Expo to an existing React Native project.
In the Expo documentation I only found to create a project from scratch.
-1
I wonder if it is possible to add the Expo to an existing React Native project.
In the Expo documentation I only found to create a project from scratch.
1
Unfortunately it is not possible, because the Expo offers you a whole workflow in a slightly different development environment than the React-Native-cli. So much so that once the project is ejected from the Expo (expo eject
) you will have to create a new project with Expo (expo init
) to develop.
Browser other questions tagged react-native expo
You are not signed in. Login or sign up in order to post.