A react-native boilerplate with typescript for templating purposes.
The boilerplate was build with the main dependencies for creating a typescript mobile app. We focus on maintain the project styles with eslint and prettier together. Along side with jest for testing react components. We choose Styled Components to build components and Axios for making server side requests. We have PlopJS for generating components files too. We hope this repository helps you with templating you great projects!
yarn or npm install
- Faça o fork do projeto (https://github.com/yourname/yourproject/fork)
- Crie uma branch para sua modificação (
git checkout -b feature/fooBar
) - Faça o commit (
git commit -am 'Add some fooBar'
) - Push (
git push origin feature/fooBar
) - Crie um novo Pull Request