React Native
Custom Fonts
Animation
SVG
To clone and run this application, you'll need Git and React Native installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/google-drive.git
# Go into the repository
$ cd google-drive
# Install dependencies
$ npm install
# Run the iOS app
$ react-native run-ios
# Run the Android app
$ react-native run-android