We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeError: language.indexOf is not a function at Object.getBestMatchingLanguage (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:110836:24) at LocalizedStrings.setLanguage (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:110635:34) at _callee$ (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:96001:36) at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25666:19) at Generator.invoke [as _invoke] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25841:24) at Generator.prototype. [as next] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25709:23) at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25666:19) at invoke (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25742:22) at http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25772:13 at tryCallTwo (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:27030:7)
"react": "16.9.0", "react-native": "0.61.5", "react-native-localization": "^2.1.6",
let lang=AsyncStorage.getItem(Constants.Language) Languages.setLanguage(lang ? lang : 'kr')
The text was updated successfully, but these errors were encountered:
@kishansbs did you fix this issue ?
Sorry, something went wrong.
No branches or pull requests
TypeError: language.indexOf is not a function
at Object.getBestMatchingLanguage (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:110836:24)
at LocalizedStrings.setLanguage (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:110635:34)
at _callee$ (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:96001:36)
at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25666:19)
at Generator.invoke [as _invoke] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25841:24)
at Generator.prototype. [as next] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25709:23)
at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25666:19)
at invoke (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25742:22)
at http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25772:13
at tryCallTwo (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:27030:7)
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-localization": "^2.1.6",
let lang=AsyncStorage.getItem(Constants.Language)
Languages.setLanguage(lang ? lang : 'kr')
The text was updated successfully, but these errors were encountered: