瀏覽代碼

fixed e2e

Daniel Zlotin 7 年之前
父節點
當前提交
6d03a3c34e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      lib/ios/RNNRootViewController.m

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

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