Skip to content

Instantly share code, notes, and snippets.

@diegofranca92
Last active June 26, 2021 20:13
Show Gist options
  • Save diegofranca92/898513c850b5d240b67638ccf8ea0c92 to your computer and use it in GitHub Desktop.
Save diegofranca92/898513c850b5d240b67638ccf8ea0c92 to your computer and use it in GitHub Desktop.
Libs pra desenvolvimento React Native
##Stack basicas em todo APP
####SVG
https://github.com/kristerkari/react-native-svg-transformer
https://docs.expo.io/versions/latest/sdk/svg/
####NAVEGAÇÃO
https://reactnavigation.org/docs/getting-started
https://reactnavigation.org/docs/hello-react-navigation
https://reactnavigation.org/docs/drawer-based-navigation
https://reactnavigation.org/docs/tab-based-navigation
####ESTILIZAÇÃO - Lembrar de importar o types e o Native
https://styled-components.com/
https://dev.to/alanrmachado/iniciando-com-styled-components-react-native-5b4f
####ICONES
https://oblador.github.io/react-native-vector-icons/
####FORMULÁRIOS
https://medium.com/popcodemobile/criando-formul%C3%A1rios-em-react-native-utilizando-react-hook-form-e-yup-55ee36563063
https://react-hook-form.com/
https://github.com/jquense/yup
####API E REQUISIÇÕES
https://github.com/axios/axios
https://swr.vercel.app/
####MAPAS
https://github.com/react-native-maps/react-native-maps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment