How to transfer the project "reaction-native vanilla" to the exhibition?

right now, I have a React-native project that I created using the vanilla CLI.

I just heard about export and I wanted to use it, but it feels like I should build my project first.

Is there a way to port my action-native-vanilla project to expo?

+3


source to share


1 answer


Yes, if you have it installed exp

, you can run exp convert

in the project directory. Please note that this process will not check if you have any custom modules in your project, and if you do, you may have some problems.



At the time of this writing, there is one notable error in this process where it can leave your project with both a file exp.json

and a file app.json

that needs to be manually merged.

0


source







All Articles