We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b4976 commit 33f9051Copy full SHA for 33f9051
1 file changed
apple/RNCWebViewManager.m
@@ -239,9 +239,9 @@ - (RCTUIView *)view
239
}];
240
}
241
242
-RCT_EXPORT_METHOD(startLoadWithResult:(BOOL)result lockIdentifier:(NSInteger)lockIdentifier)
+RCT_EXPORT_METHOD(startLoadWithResult:(BOOL)result lockIdentifier:(int)lockIdentifier)
243
{
244
- [[RNCWebViewDecisionManager getInstance] setResult:result forLockIdentifier:(int)lockIdentifier];
+ [[RNCWebViewDecisionManager getInstance] setResult:result forLockIdentifier:lockIdentifier];
245
246
247
@end
0 commit comments