An open API service indexing awesome lists of open source software.

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

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)!