Created
January 26, 2022 12:55
-
-
Save midoalone/478cb766b7d125ae35052035815cfdab to your computer and use it in GitHub Desktop.
Tools and libraries we use on our react native apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1- For debugging we use Reactotron | |
https://github.com/infinitered/reactotron | |
2- For Redux we use reduxsauce | |
https://github.com/jkeam/reduxsauce | |
3- For API calls we use apisauce | |
https://github.com/infinitered/apisauce | |
4- For UI Components we mainly use UI Kitten System | |
https://akveo.github.io/react-native-ui-kitten/ | |
5- For icons we use vecotor icons | |
https://icons.expo.fyi/ | |
6- Boilerplate for new projects | |
https://github.com/infinitered/ignite | |
This boilerplate uses mobx state tree instead of redux which is more effecient and easier to use | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment