# Get started

```
react-native init awesome_project --template allmax
```

# Roadmap

  - [x] Structure
  - [x] Add **ESLint** with a config extended from **airbnb**
  - [x] Check types with flow **flow-bin@0.78.0**
  - [x] Navigate with **react-navigaton 3.x** and **react-navigation-extension**
  - [x] Store state in **redux**
  - [x] Change state with **redux-saga**
  - [x] Debug with **reactotron**
  - [ ] Add alert system
  - [ ] Add KeyboardAwareScrollView
  - [ ] Improve screen example
  - [ ] Add component example
