Skip to content

Commit ace777c

Browse files
Trond Werner Hansenalvaromb
authored andcommitted
Fix warning (#19)
1 parent ea22960 commit ace777c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RNVersionNumber.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ - (NSDictionary *)constantsToExport
1818

1919
}
2020

21+
+ (BOOL)requiresMainQueueSetup
22+
{
23+
return YES;
24+
}
25+
2126
@end

0 commit comments

Comments
 (0)