Registering React Native Code Push with React Native Navigation by Wix
问题 I use react-native-code-push. which is: This plugin provides client-side integration for the CodePush service, allowing you to easily add a dynamic update experience to your React Native app(s). but In some of native implementations of navigation like react-native-navigation there isn't any root component. the app will start calling a function like this: // index.js import { Navigation } from 'react-native-navigation'; Navigation.startTabBasedApp({ tabs: [ { label: 'One', screen: 'example