Skip to content

muhgumus/react-native-update-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Update Control

Version Control from App Store and Play Store for React Native apps

Installation

Step 1

`npm install react-native-device-info` 

`react-native link`

Step 2

`npm install react-native-update-control`

Usage

import UpdateControl from 'react-native-update-control';

UpdateControl({
    title:"App Update Title", 
    description:"App Update Description",
    cancelText:"CANCEL",
    okText:"UPDATE"
    });

Preview

alt text

About

Update Control module for React Native App (App Store and Play Store)

Resources

License

Stars

Watchers

Forks

Packages

No packages published