Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 598 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 598 Bytes

Babel/ReactNative/Android/iOS OSS FBT

Building and starting the demo app

Run the following commands in order:

# 1. Generate enum and source manifests
yarn manifest
# 2. Collect FBT translatable texts
yarn collect-fbts
# 3. Generate translatedFbts.js from translation_input.json
yarn translate-fbts
# 4. Generate android/res translation files by running the
#    generate-android-localizable script with the ouput of translate-fbts
yarn generate-android-fbt
# 5. Run a local web server with hot reloading at localhost:8081
yarn android

Change log

See CHANGELOG.