Browse Source

fix(iOS): WebProcessProxy crash

sunzhongliang 4 years ago
parent
commit
4f98c0bebc
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      ios/RNCWebViewManager.m

+ 5
- 0
ios/RNCWebViewManager.m View File

222
     return dispatch_get_main_queue();
222
     return dispatch_get_main_queue();
223
 }
223
 }
224
 
224
 
225
++ (BOOL)requiresMainQueueSetup
226
+{
227
+    return YES;
228
+}
229
+
225
 @end
230
 @end