Merge pull request #133 from Crash--/patch-1

Fix RN 0.48+ warning about requiresMainQueueSetup
This commit is contained in:
Mathieu Acthernoene 2017-10-09 14:46:26 +02:00 committed by GitHub
commit 97f7399440
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
RCT_EXPORT_MODULE();
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
- (NSMutableArray *)toLanguageTags:(NSArray *)languages {
NSMutableArray *languageTags = [NSMutableArray array];