We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22960 commit ace777cCopy full SHA for ace777c
1 file changed
ios/RNVersionNumber.m
@@ -18,4 +18,9 @@ - (NSDictionary *)constantsToExport
18
19
}
20
21
++ (BOOL)requiresMainQueueSetup
22
+{
23
+ return YES;
24
+}
25
+
26
@end
0 commit comments