Ran Greenberg 7 년 전
부모
커밋
52ea5170bb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      lib/ios/RNNRootViewController.m

+ 2
- 0
lib/ios/RNNRootViewController.m 파일 보기

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