1.0.2 • Published 4 years ago

i18next-react-native-locale-detector v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

i18next-react-native-locale-detector

Fork from react-native-locale-detector.

Installation

yarn i18next-react-native-locale-detector
react-native link i18next-react-native-locale-detector

Usage

import i18next from "i18next";
import i18nextReactNative from "i18next-react-native-language-detector";

i18next
  .use(i18nextReactNative)
  .init();