react-native-i18n icon indicating copy to clipboard operation
react-native-i18n copied to clipboard

React Native + i18n.js

Results 81 react-native-i18n issues
Sort by recently updated
recently updated
newest added

Hi There, I like this I18n very much. I have a feature request. It would be nice to be able to use links/navigation to screens in translations. For example, specify...

**1.FAIL __tests__\index.android.js ![123](https://user-images.githubusercontent.com/12069583/42158606-82c2f1a6-7e23-11e8-8041-e9750ea02382.png) ** TypeError: (0 , _reactNativeI18n.getLanguages) is not a function at WelcomePage.componentWillMount... **2.tests\index.js** ```js jest.mock('react-native-i18n', () => { const i18njs = require('i18n-js'); const en = require('../../../js/i18n/locales/en'); i18njs.translations =...

I've followed the doc, installed the library with `yarn` I have entered the command `react-native link` And then restarted the package manager I have tried this ``` import I18n from...

This is not an issue, but a tips. I follow [this excellent article](https://blog.callstack.io/react-native-handling-language-changes-on-android-the-right-way-c883056a8f5c) to change the lang and reload the application "on the fly". In my app, I use `react-native-navigation`...

This library seems to be the leading option for localising React Native apps. Would be great if it included TypeScript definitions as well! Any plans to add them?

Hi, I just built a Hello World app using react native and I'm trying to localize the message. I noticed that when I run the app on Android phone or...

I've followed the doc and just added one function, but I'm always getting: [missing "fr-US.strategiesScreen_all" translation] or [missing "en-US.strategiesScreen_all" translation] etc ... My component: ```javascript import React from "react"; import...

![image](https://user-images.githubusercontent.com/11087275/184734507-e1293863-cfce-48d5-ade5-676fa4794559.png) After replacing with `implementation` instead of `compile`, it works ;)

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...