Merge branch 'master' of https://github.com/AlexanderZaytsev/react-native-i18n
This commit is contained in:
commit
9ed070d7bd
|
@ -5,10 +5,10 @@
|
|||
|
||||
RCT_EXPORT_MODULE();
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup
|
||||
{
|
||||
return YES;
|
||||
+ (BOOL)requiresMainQueueSetup {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (NSMutableArray *)toLanguageTags:(NSArray *)languages {
|
||||
NSMutableArray *languageTags = [NSMutableArray array];
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue