update-react-native-app
Version:
Uses Github releases to update apk in React Native
28 lines (19 loc) • 717 B
Markdown
# Update React Native App
Uses Github releases to update apk in React Native
## Installation
```bash
yarn add update-react-native-app
```
adding automatically with react-native link
```bash
react-native link update-react-native-app
react-native link react-native-fs
```
## Usage
See [this file](https://github.com/TriPSs/popcorn-native/blob/master/app/components/CheckForUpdates/CheckForUpdates.js) for an example.
## Third Library
* react-native-fs
## [License](https://github.com/tripss/update-react-native-app/blob/master/LICENSE)
This project is [MIT licensed](./LICENSE).
## Collaboration
If you have questions or issues, please [open an issue](https://github.com/TriPSs/update-react-native-app/issues)!