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

Fix ios build error & support dooboo-ui with patch-packages #173

Closed DevYuns closed 3 years ago

DevYuns commented 3 years ago

To support Icon in dooboo-ui, we need to use patch-packages to modifying minor things. Besides, ios build in react native v0.65 still has a problem. So we have to use patch-packages as we did before.

hyochan commented 3 years ago

@DevYuns Thanks. Could you also point to the reference on this patch description?