tranvanquang
Results
2
issues of
tranvanquang
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...
# Version App react: 16.9.0 react-native: 0.61.5 react-native-splash-screen: 3.2.0 Once the application starts and the splash screen is shown, the application freezes and it is not working then. And the...