react-native-fbtee
Version:
[](https://www.npmjs.com/package/react-native-fbtee) [](https://www.npmtrends.com/react-native-fbtee) [](https://www.npmjs.com/package/react-native-fbtee)
[](https://www.npmtrends.com/react-native-fbtee)
[](https://packagephobia.com/result?p=react-native-fbtee)
[](https://github.com/retyui/react-native-fbtee/actions/workflows/build_android.yaml)
## Getting started
* Android only
* support React Native's New & Old Architecture
```shell
yarn add react-native-fbtee
# or
npm install react-native-fbtee
```
## Usage
```tsx
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');
```
## License
MIT