react-native-gmail
A prototype of Gmail UI written in pure javascript for React Native framework.
###Inspiration
###Demo
Run it locally
To install, there are two steps:
- Install expo cli following this guide. Also install the expo client app on your phone if you want to test it on your device, otherwise you don't need to do anything for the simulator.
- Clone this repo and run
npm install
git clone https://github.com/ggomaeng/react-native-gmail.git gmail
cd gmail
npm install
// up to your choice:
npm run web
npm run android
npm run ios
- If
android
orios
, open the project with the expo client and run it.