react-native-dva-starter icon indicating copy to clipboard operation
react-native-dva-starter copied to clipboard

initWithBridge. initialProperties 在rn中获取不到对应的数据

Open kaixiniOSTT opened this issue 7 years ago • 1 comments

RCTRootView *rootView = [[RCTRootView alloc]initWithBridge:_bridge moduleName:@"app" initialProperties:@{@"isDebug":@"sad"}];

class Router console.log('app initprops :' + this.props.isDebug) app initprops : undefined

kaixiniOSTT avatar Nov 15 '18 07:11 kaixiniOSTT

react-native init. is ok dvanative git app cannot get then initprops params

kaixiniOSTT avatar Nov 15 '18 07:11 kaixiniOSTT