# A React Native template from your friends at [CodeKoalas](https://codekoalas.com)

## Requirements

- React Native version 0.49 or higher

## Installation

```
react-native init <new package name> --template typescript-koality
cd <new project name>
node scripts/setupDevDependencies.js
```

## Getting Started

```
tsc
npm run start
```

## Included out of the box

- React Native Drawer Layout
- React Router
- Redux
- Redux Persist
- Styled Components
- TypeScript
- Basic app template with:
  - Above libraries setup and configured
  - Routing
  - Persistence
