victorkvarghese / react-native-boilerplate

🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
MIT License
605 stars 207 forks source link

What's the different between 'utils' and 'lib'? #22

Closed xmsz closed 3 years ago

victorkvarghese commented 3 years ago

lib - related to some 3rd party functionality either extracted from an existing library or something custom utils- contains reused functions or methods that can be reused across project.

Right now lib container createReducer, isIphoneX which i used way back. You can remove them if u want