react-native-just-app-version
v0.2.1
Published
Just fetch app version
Downloads
4
Readme
react-native-just-app-version
Get the app version of your app.
Installation
npm install react-native-just-app-version
Usage
import { getAppVersion, getBuildNumber } from 'react-native-just-app-version';
// ...
const appVersion = getAppVersion();
const buildVersion = getBuildNumber();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library