Fork from react-native-locale-detector.
yarn i18next-react-native-locale-detector
react-native link i18next-react-native-locale-detector
import i18next from "i18next";
import i18nextReactNative from "i18next-react-native-language-detector";
i18next
.use(i18nextReactNative)
.init();