Clean and minimalist React Native template for a quick start with TypeScript.
npm install react-native-template-tuilPlease note that this is WIP and will break from time to time
[![NPM version][npm-version-image]][npm-url] [![MIT License][license-image]][license] [![Build Status][travis-image]][travis-url]
Tuil is a template that helps to get you started with React Native using TypeScript, ESLiint, Jest & Styled Components.
Note this template supports react-native ^0.60.0 and react-native-cli ^2.0.0, because of breaking changes in the custom template mechanism.
``bash``
npx react-native init MyApp --template=react-native-template-tuil
This will create a react-native project for iOS and Android. Code Quality ensurance is based on eslint config, pre-commit/push hooks, editorconfig, .nvmrc, .yarnrc, jest & typescript. It creates a ./src folder which contains the react-native code in a domain like structure.
- Based on the official React Native template
- Use the latest dependencies!
- Ready to go with TypeScript, Testing and Styled Components!
- Nice domain based folder structure
- The editorconfig is located in .editorconfig
react-native-template-typescript for the awesome typescript template.
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg
[license]: LICENSE
[travis-url]: http://travis-ci.org/patrickkempff/react-native-template-tuil
[travis-image]: https://travis-ci.org/patrickkempff/react-native-template-tuil.svg?branch=master
[npm-url]: https://npmjs.org/package/react-native-template-tuil
[npm-version-image]: https://badge.fury.io/js/react-native-template-tuil.svg