react-native-version-manager

1.1.0 • Public • Published

react-native-version-manager

React Native Custom Module Boilerplate

Usage

getVersion() fetches the version of application. This is only boilerplate implementation to build native module in React Natve.

import VersionModule from 'react-native-version-manager';

VersionModule.getVersion((version) => { console.log(version) } );

Mostly Automatic Install

npm install react-native-version-manager --save react-native link react-native-version-manager

Package Sidebar

Install

npm i react-native-version-manager

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

25.1 MB

Total Files

1119

Last publish

Collaborators

  • balyansumit