Browse Source

fixed e2e

Daniel Zlotin 7 years ago
parent
commit
6d03a3c34e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/ios/RNNRootViewController.m

+ 1
- 1
lib/ios/RNNRootViewController.m View File

@@ -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
 }