1.0.7 • Published 5 years ago

react-native-enterprise-updater v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

React Native Enterprise Updater

A React Native module that allows you to easily update enterprise apps on iOS.

Getting Started

Install the NPM-package:

npm i --save react-native-enterprise-updater

Optional: Link the native dependencies.

react-native link react-native-enterprise-updater

Usage

import {UpdateChecker} from "react-native-enterprise-updater";

<UpdateChecker
    url={} // parent url of the manifest.xml-file
    currentVersion={} // not necessary if you are installing the native code
    forceUpdate={false} // controls if the user can skip an update
/>
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago