Skip to content

A react-native with typescript boilerplate for templating purposes.

Notifications You must be signed in to change notification settings

CofferHub/react-native-ts-boilerplate

Repository files navigation

React-native Coffer Boilerplate with Typescript

A react-native boilerplate with typescript for templating purposes.

NPM Version Downloads Stats

Boilerplate cover wallpaper

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!

Dependencies

yarn or npm install

Contributing

  1. Faça o fork do projeto (https://github.com/yourname/yourproject/fork)
  2. Crie uma branch para sua modificação (git checkout -b feature/fooBar)
  3. Faça o commit (git commit -am 'Add some fooBar')
  4. Push (git push origin feature/fooBar)
  5. Crie um novo Pull Request