Converting react native project into expo

Senoussaoui Ikram picture Senoussaoui Ikram · May 16, 2017 · Viewed 10k times · Source

I'm trying to do the conversion of my react-native project into Expo with the command line 'exp convert'.
And I follow the following steps:

  1. npm install -g exp

  2. then I started 'exp convert'

The problem is that execution blocks at this level in picture bellow . so I could not complete the conversion process Is there any one who can help me to solve it?

enter image description here

Answer

Nuwan Attanayake picture Nuwan Attanayake · Mar 29, 2019

Even this is an old question but still people are looking for better answer. Here is what they(Expo people) officially say at the moment(2019-March)

Right now, the easiest way to do this is to use expo init (with Expo CLI) to make a new project, and then copy over all your JavaScript source code from your existing project, and then yarn adding the library dependencies you have.

...

N.B. We used to maintain a tool exp convert but it is not currently working or maintained so the above method is the best way to get an existing React Native project working on Expo

You will find more details in this link - https://docs.expo.io/versions/latest/introduction/faq/#how-do-i-get-my-existing-react