소스 검색

Fix peek and pop preview on iOS (#4735)

Yogev Ben David 5 년 전
부모
커밋
e7c0d166cb
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      lib/ios/RNNCommandsHandler.m

+ 1
- 0
lib/ios/RNNCommandsHandler.m 파일 보기

@@ -106,6 +106,7 @@ static NSString* const setDefaultOptions	= @"setDefaultOptions";
106 106
 		if([vc isKindOfClass:[RNNRootViewController class]]) {
107 107
 			RNNRootViewController* rootVc = (RNNRootViewController*)vc;
108 108
 			rootVc.previewController = newVc;
109
+			[newVc renderTreeAndWait:NO perform:nil];
109 110
 			
110 111
 			rootVc.previewCallback = ^(UIViewController *vcc) {
111 112
 				RNNRootViewController* rvc  = (RNNRootViewController*)vcc;