Expo RN: Detach vs Eject

☆樱花仙子☆ 提交于 2019-12-10 13:18:42

问题


I currently have an app built in React Native using Expo (create-react-native-app) that needs some native code. As I understand one has two options for dropping down to pure react native, ejecting and detaching. Seeing that I have already have used a fair amount Expo API's up until this point, I must detach to ExpoKit. Is my understanding correct that if I purely eject (as opposed to detaching to ExpoKit) the current Expo tools I have used wont work?

Appreciate any feedback!


回答1:


Seems that there is no difference between Expo Eject and Expo Detach - eject is just the new name used...

See https://forums.expo.io/t/ejecting-vs-detaching-to-expokit/16295/2



来源:https://stackoverflow.com/questions/50728748/expo-rn-detach-vs-eject

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!