简体   繁体   中英

Is there a way to convert a react-native app from npx to Expo?

成功弹出了使用“expo init”和“expo eject”命令首次创建的本机应用程序后,我想知道是否有另一种方法?

NO. You cannot go back to expo again after you have ejected from expo to a bare react-native app becuase now your code is splitted into two halves, one in android directory and ios directory.

There's no going back around, but you can use the expo libraries which you were using in expo , by simply installing rn-unimodules in your react native project.

Hope it helps .feel free for doubts

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM