Connect between the sponsors and the audience
- yarn
npm install -g yarn@latest
- react-native-cli
npm install -g react-native-cli
- flow-typed
npm install -g flow-typed
- Clone this repo to your local machine
- Run
yarn
- Run
flow-typed install
- Run
react-native run-ios
/react-native run-android
We use emoji to write commit message. In order to get appropriate emoji, See gitmoji.
When you make new reducers, action creators and so on, follow the proposal Ducks. This guideline makes less dirs/files in a project.
And, We use also Flux Standard Action to design actions and action creators.