https://github.com/retyui/react-native-fbtee.git
yarn add react-native-fbtee
# or
npm install react-native-fbtee
๐ Please read the article, which provides an example of its usage.
import {Fbtee} from 'react-native-fbtee';
// Read resource based on system language
Fbtee.readLocalizationFile('localizable'); // string | null
// Read resource based on specific language (if downloaded)
Fbtee.readLocalizationFile('localizable', 'es');
Fbtee.readLocalizationFile('localizable', 'pt', 'BR');
MIT