react-native-android-updater
v0.1.1
Published
React native android updater
Downloads
6
Readme
react-native-android-updater
React native android updater
Installation
npm install react-native-android-updater
or
yarn add react-native-android-updater
Usage
| Methods | Params | Descriptions | | ----------------- | --------------------------- |-------------------------| | downloadApk | {url: string, md5?: string} | Start to download apk | | cancelDownloadApk | | Cancel Download process | | installApk | | Install downloaded apk |
Feature
- [ ] Update info dialog
- [ ] download progress
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library