1.0.1 • Published 5 years ago

react-native-google-drive-option v1.0.1

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

react-native-google-drive-option

This package is under maintenance and completely craeted yet.

Getting started

$ npm install react-native-google-drive-option --save

Mostly automatic installation

$ react-native link react-native-google-drive-option

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-google-drive-option and add RNGoogleDriveOption.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNGoogleDriveOption.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNGoogleDriveOption from 'react-native-google-drive-option';

// TODO: What to do with the module?
RNGoogleDriveOption;