dooboolab-community / dooboo-native-ts

Complete boilerplate for react-native app. Contains, typescript, react-hook, context-api, ts-jest, localization, navigation and etc.
https://medium.com/dooboolab/announcing-dooboo-cli-v3-5c9fceeb2ac4
MIT License
81 stars 27 forks source link

[0.63] Migrate localization library to fbt #159

Closed hyochan closed 3 years ago

hyochan commented 3 years ago

Migrate localization library. We'd like to use fbt in react-native as well as react followed by the article https://medium.com/dooboolab/localizing-react-app-with-fbt-instead-of-i18n-90822e0cb373.

codecov[bot] commented 3 years ago

Codecov Report

Merging #159 (2cdbab2) into master (9c9ec79) will decrease coverage by 4.76%. The diff coverage is 64.70%.

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
- Coverage   97.00%   92.23%   -4.77%     
==========================================
  Files          12       12              
  Lines         100      103       +3     
  Branches       12       14       +2     
==========================================
- Hits           97       95       -2     
- Misses          1        4       +3     
- Partials        2        4       +2