是否可以将codepush与多个根组件一起使用?

时间:2018-04-27 07:20:18

标签: react-native react-native-code-push

我的index.js文件注册了多个根组件,如下面的

import RNUserInfo from 'custom_auth/react/user/user-info/components/entry/user-info'
AppRegistry.registerComponent('RNUserInfo', () => RNUserInfo);
import RNProduct from 'product/react/components/entry/product-entry'
AppRegistry.registerComponent('RNProduct', () => RNProduct);

是否可以在上述设置中使用codepush?

我只能找到具有单根组件的示例

0 个答案:

没有答案