react-native-dva-starter
react-native-dva-starter copied to clipboard
initWithBridge. initialProperties 在rn中获取不到对应的数据
RCTRootView *rootView = [[RCTRootView alloc]initWithBridge:_bridge moduleName:@"app" initialProperties:@{@"isDebug":@"sad"}];
class Router console.log('app initprops :' + this.props.isDebug) app initprops : undefined
react-native init. is ok dvanative git app cannot get then initprops params