๐Ÿ“ฆ retyui / react-native-fbtee

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/retyui/react-native-fbtee.git
HTTPS git clone https://github.com/retyui/react-native-fbtee.git
SSH git clone git@github.com:retyui/react-native-fbtee.git
CLI gh repo clone retyui/react-native-fbtee
Davyd NRB Davyd NRB Update README.md 5956dde 5 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ android
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig-base.json
๐Ÿ“„ tsconfig-cjs.json
๐Ÿ“„ tsconfig.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

react-native-fbtee

react-native-fbtee on npm react-native-fbtee downloads react-native-fbtee install size CI status

Getting started

  • Android only
  • support React Native's New & Old Architecture
yarn add react-native-fbtee
# or
npm install react-native-fbtee

Usage

๐Ÿ‘‰ 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');

License

MIT