0.2.0 • Published 7 months ago

react-native-just-app-version v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

0.2.0

7 months ago