fbt (runtime)
babel-plugin-fbt
babel-plugin-fbt-runtime
yarn install
to pull in dependencies downyarn manifest
to generate enum and source manifestsyarn collect-fbts
to collect FBT translatable textsyarn translate-split
to generate split translation dictionaries (insrc/dict
) from translation_input.jsonyarn build
to generate static files in./output/
.- The commands above are required to run this step
yarn start
to run a local server with hot reloading.yarn test
to run unit tests.