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

⚠️ Important: You'll need to install Android build tools 27.0.3 Does this mean, only version 27.0.3, or version >= 27.03?

ERROR: The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file. Remove minSdkVersion...

I installed the package and ran `react-native link` which successfully worked on iOS without any issues, but I cannot build to Android at all. When running `react-native run-android`, I get...

update to use new gradle >= 4.10

https://github.com/AlexanderZaytsev/react-native-i18n/blob/98c01dd6c1fb0dd3c340cb6f455cd645b50858bc/android/src/main/AndroidManifest.xml#L4 the minSdk set in AndroidManifest is causing build failure on an androidx project I am working on : ``` The minSdk version should not be declared in the android...

I'm getting this error message every time I try to build my app in ios `error: could not read data from '/Users/user/Desktop/development/mlife/node_modules/react-native-locale-detector/RNI18nTests/Info.plist': The file “Info.plist” couldn’t be opened because there...

Android compiling error. minSDK property should be removed from manifest.

Native module com.AlexanderZaytsev.RNI18n.RNI18nModule tried to override com.i18n.reactnativei for module name RNI18n. What I found online is that it should be in my MainApplication.java which does not have any duplicates. Could...

Im using "react-native-i18n": "^2.0.15" with **Expo**. Full message like this: > [01:51:43] react-native-i18n module is not correctly linked > - node_modules\expo\build\environment\logging.js:25:23 in warn > - node_modules\react-native-i18n\index.js:11:15 in > - node_modules\metro\src\lib\polyfills\require.js:292:12...