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

Fbt setup on react-native 0.63 #158

Closed hyochan closed 3 years ago

hyochan commented 3 years ago

We wish to apply this to react-native 0.63 and continuously 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 #158 (1ebb138) into release/0.63.0 (3099623) will decrease coverage by 4.76%. The diff coverage is 62.50%.

@@                Coverage Diff                 @@
##           release/0.63.0     #158      +/-   ##
==================================================
- 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     
hyochan commented 3 years ago

Closes via #159