Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Oct 18, 2017
2 parents b7858b5 + 9f9d835 commit 9ed070d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/RNI18n.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ @implementation RNI18n

RCT_EXPORT_MODULE();

+ (BOOL)requiresMainQueueSetup
{
return YES;
+ (BOOL)requiresMainQueueSetup {
return YES;
}

- (NSMutableArray *)toLanguageTags:(NSArray *)languages {
NSMutableArray *languageTags = [NSMutableArray array];

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-i18n",
"version": "2.0.7",
"version": "2.0.8",
"description": "Provide I18n to your React Native application",
"license": "MIT",
"author": "Alexander Zaytsev",
Expand Down

0 comments on commit 9ed070d

Please sign in to comment.