https://github.com/tripss/update-react-native-app
Uses Github releases to update apk in React Native
https://github.com/tripss/update-react-native-app
android react react-native
Last synced: 4 months ago
JSON representation
Uses Github releases to update apk in React Native
- Host: GitHub
- URL: https://github.com/tripss/update-react-native-app
- Owner: TriPSs
- License: mit
- Created: 2018-10-02T14:09:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T04:46:35.000Z (over 2 years ago)
- Last Synced: 2025-08-06T07:14:51.079Z (5 months ago)
- Topics: android, react, react-native
- Language: Java
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)!