我没有修改初始Prop:RCTRootView*rootView=[[RCTRootViewalloc]initWithBundleURL:jsCodeLocationmoduleName:@"DcWealth"initialProperties:nillaunchOptions:launchOptions];self.rootView=rootView;只保存实例self.rootView=rootView在原生端发生一些事件后,我想传递不同的Prop:self.rootView.appProperties=@{...};但我的RootView不会重新渲染并获得新Prop。(如果我手
我没有修改初始Prop:RCTRootView*rootView=[[RCTRootViewalloc]initWithBundleURL:jsCodeLocationmoduleName:@"DcWealth"initialProperties:nillaunchOptions:launchOptions];self.rootView=rootView;只保存实例self.rootView=rootView在原生端发生一些事件后,我想传递不同的Prop:self.rootView.appProperties=@{...};但我的RootView不会重新渲染并获得新Prop。(如果我手