Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1021 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 1021 Bytes

react-native-gmail

A prototype of Gmail UI written in pure javascript for React Native framework.

###Inspiration

alt tag

###Demo

alt tag

Run it locally

To install, there are two steps:

  1. 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.
  2. 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
  1. If android or ios, open the project with the expo client and run it.