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

I want to get my device language. I try using import { getLanguages } from 'react-native-i18n'; getLanguages().then(languages => { console.log(languages); }); I receive a log: "languages: en-US,vi-US,en,vi-VN" I understand how...

I am Working in react native mobile app. How to do localization using i18n where translation comes from server api like www.url.com/i18n/en.json When we click on drodown select language api...

Hi there. Is there any way to enable autocomplete(suggestion) for the key passing to I18n.t method?

The engine "node" is incompatible with this module. Expected version "0.4.x". Got "10.15.3" How to fix it?

I init my project with Ignite but when launch my app with cli react-native run-ios the app not working and the errors message Undefined is not an object (evaluating 'RNI18n.languages[0]')....

navigationOptions can not update language,why? Who has the same problem? title,Always show English static navigationOptions = { title:I18n.t('title'), };

Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). Commits - [`24edef5`](https://github.com/websockets/ws/commit/24edef58a0aab05e8220f76bd2377614dd4eee85)...

dependencies

I would like to *'live'* translate my app... I.e.: after I load static json translations files, I want to update it with possible live updates from a public url. But...

My regards to you, I know that you have already solved the problems in previous projects, but it does not work for me, possibly because I am learning, but I...