Search code examples
react-nativenativeradixexpo

Add expo to my react-native app already exists


I am working on a project already exists native base and I want to add expo to easily test my application.


Solution

  • The easiest way to do this is to make a new Expo project and copy over all the JavaScript from your existing project.

    There isn't a way to react-native link expo or anything like that right now. There might be in the future but even then that wouldn't enable the easy sharing that you want. To get that you need to just use the binary code included with Expo (which can do most things you want to do).

    Here is more info: https://docs.expo.io/versions/latest/introduction/faq.html#how-do-i-get-my-existing-react-native-project-running-with-expo