Save to & read from iCloud and Google Drive using React Native
npm install react-native-cloud-storage
# or
yarn add react-native-cloud-storage
The documentation is located here.
See the contributing guide to learn how to contribute to the repository and the development workflow.
There's a demo application available within the example
directory. To use the Google Drive implementation for Android (and any other platforms except iOS), you'll need to provide a valid access token for the Google Drive API. You can create one using the Google OAuth 2.0 Playground. If you're using an Android emulator, you can make your life easier by feeding the token into the emulator using adb shell input text '{some_token}'
.
MIT
Made with create-react-native-library