-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'getLanguages' of undefined #152
Comments
Same here, one every two runs. |
+1 |
1 similar comment
+1 |
|
@giantss Try replacing the function with (don't forget to clean the packager cache): export const getLanguages = () => RNI18n.getLanguages() Does it fixes the problem? |
+1 |
#153 ,I am now working for both android and ios. I was not able to work before because of the operationAutomatic setup with Cocoapods. I guess it may be because
I did not configure Automatic setup with Cocoapods In ios, it is recommended to update the document, to prevent the user with trouble. |
@giantss What version of RN are you using? |
@zoontek 0.49.5 |
@zoontek - with your change it's working. I guess we need a pull request :) |
@compojoom feel free to do it :) |
New version is out https://github.com/AlexanderZaytsev/react-native-i18n/releases/tag/v2.1.0 ! |
Hello guys, i've got this wonderful lib and it works fine except during test
I'm using jest, and i've go this weird error.
The app works tho.
@AlexanderZaytsev
The text was updated successfully, but these errors were encountered: