Coffee App using react-native.
- Node v8.10 (it is recommended to install it via NVM)
- Yarn
- A development machine set up for React Native by following these instructions
- Clone this repo,
git clone https://github.com/victorkvarghese/rn-coffee.git - Go to project's root directory,
cd <your project name> - Run
yarnornpm installto install dependencies - Run
react-native link - Connect a mobile device to your development machine
- Run the test application:
- On Android:
- Run
react-native run-android
- Run
- On iOS:
- Open
ios/Coffee.xcodeprojin Xcode - Hit
Runafter selecting the desired device
- Open
- Enjoy!!!
Download here : Coffee-Release-APK
| Login Screen | Home Screen |
|---|---|
![]() |
![]() |
| Screens |
|---|
![]() |
PRs are welcome.


