The project has been setup based off [RN Getting Started](https://facebook.github.io/react-native/docs/getting-started) and instructions from [Microsoft's Github TypeScript React Native Starter](https://github.com/Microsoft/TypeScript-React-Native-Starter) repo. This repo supports the latest version of React Native (v0.57.8+) supported by RNN (at the time of writing). ### Who is this for? Someone looking to jumpstart building apps using RN and loves TS. The base setup has been taken care of, just `npm install` and get going. _Disclaimer_: This is an **opinionated** approach to building apps with RN. The project structure is inspired by multiple production apps built by the contributors. The project uses and encourages to use industry best practices / tools / libraries like RNN, redux, eslint, separation of concern and structure to build a maintainable app.


