浏览代码

Fix peek and pop preview on iOS (#4735)

Yogev Ben David 5 年前
父节点
当前提交
e7c0d166cb
没有帐户链接到提交者的电子邮件
共有 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;