1.0.0 • Published 4 years ago

i18next-react-native-language-detector-main v1.0.0

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

i18next-react-native-language-detector

React Native language detector for i18next.

Installation

npm install i18next i18next-react-native-language-detector-main react-native-locale-detector --save
react-native link

Usage

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

i18next.use(i18nextReactNative).init();