Ran Greenberg 8 年之前
父節點
當前提交
52ea5170bb
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      lib/ios/RNNRootViewController.m

+ 2
- 0
lib/ios/RNNRootViewController.m 查看文件

22
 												 name:RCTJavaScriptWillStartLoadingNotification
22
 												 name:RCTJavaScriptWillStartLoadingNotification
23
 											   object:nil];
23
 											   object:nil];
24
 	
24
 	
25
+	self.navigationItem.title = node.data[@"navigationStyle"][@"title"];
26
+	
25
 	return self;
27
 	return self;
26
 }
28
 }
27
 
29