1.2.0 • Published 1 year ago

@pier-wallet/react-native-cloud-storage v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

☁️ react-native-cloud-storage

Save to & read from iCloud and Google Drive using React Native

npm bundle size GitHub GitHub last commit

Installation

npm install react-native-cloud-storage
# or
yarn add react-native-cloud-storage

Documentation

The documentation is located here.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Example Project

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}'.

License

MIT


Made with create-react-native-library