RN博览会:分离vs弹出

RN博览会:分离vs弹出

问题描述:

我目前有一个使用Expo构建在React Native中的应用程序(create-react-native-app),该应用程序需要一些本机代码.据我了解,有两个选项可用于下拉到纯本机反应,弹出和分离.到现在为止,我已经使用了相当数量的Expo API,因此必须分离到ExpoKit.我的理解正确吗,如果我纯粹弹出(而不是与ExpoKit分离),那么我使用的当前Expo工具将无法正常工作?

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?

感谢任何反馈!

似乎Expo Eject和Expo Detach之间没有区别-弹出只是使用的新名称...

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

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