react-native-version-manager
v1.1.0
Published
Get version of application(Gradle) using react-native
Maintainers
Readme
#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
