ReactNativeLocalization icon indicating copy to clipboard operation
ReactNativeLocalization copied to clipboard

Class to localize the ReactNative interface

Results 71 ReactNativeLocalization issues
Sort by recently updated
recently updated
newest added

i have these libraries: "react": "16.8.6", "react-native": "0.60.4", "react-native-localization": "^2.1.5", this is the code: ` this.languages = new LocalizedStrings({ "en-US":{ how:"How do you want your egg today?", boiledEgg:"Boiled egg", softBoiledEgg:"Soft-boiled...

Have you ever found anything like the title above Mr. @stefalda ?? when i run it on debugging the app is not crash, but when I released the application to...

Hi, When I run my project with Android Studio after linking with `react-native link`, I am getting following issue. ``` Error: package com.babisoft.ReactNativeLocalization does not exist ``` ![image](https://user-images.githubusercontent.com/27730342/51835054-aae60f00-2315-11e9-85d9-2941875e0927.png) As you...

Using v2.1.4. I have an object of FAQ strings. It looks something like this... ``` { 'en':{ 'title': 'FAQs', faq: [ {'q':'blah blah blah, 'a': 'this that and the other'},...

my app getting crash when i changed the language of my phone . any solution?

I am trying to change language of ListView or FlatList from English to Arabic but I don't know the syntax for writing Array to create its Localized file. Please help...

'zh-CN': { title: "运单", subtitle: "创建并监控运单", SD_title: "运单" } if I use this language code the iOS localized not work, if I use zh-Hans(iPhone language Code) the android not work...

When user presses on changeLocale button this error happens and the app is crashing in Android. https://i.stack.imgur.com/Lcicy.png **Homepage.js** ``` constructor(props) { super(props); this.state = { locale: {}, token: '', };...

its a bug of ReactNativeLocalization. i have spoiled whole day in it.

in debug mode it is working , but not in realese mode. giving error **Requested keys of a value that is not an object ERROR,**