react-native-google-drive-option

This package is under maintenance and completely craeted yet.

Usage no npm install needed!

<script type="module">
  import reactNativeGoogleDriveOption from 'https://cdn.skypack.dev/react-native-google-drive-option';
</script>

README

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;