Skip to content

tewali/react-native-enterprise-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Native Enterprise Updater

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

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
/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •