- React Native
- ES6
- Yarn (Package Manager)
- Jest (Testing Framework)
- Flow (Static Type Checker for JavaScript)
- Redux
- Firebase
yarn global react-native-cli
yarn
- Please run
react-native link
to link native modules:
react-native link
- Copy
.env-example
file and save as.env
, please contact [email protected] for those variables.
react-native run-ios
react-native run-android
yarn run start:mock-rest-server
- Airbnb JS Style Guide
- 2 spaces indentation