Skip to content

Instantly share code, notes, and snippets.

@midoalone
Created January 26, 2022 12:55
Show Gist options
  • Save midoalone/478cb766b7d125ae35052035815cfdab to your computer and use it in GitHub Desktop.
Save midoalone/478cb766b7d125ae35052035815cfdab to your computer and use it in GitHub Desktop.
Tools and libraries we use on our react native apps
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