소스 검색

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
 }