0.2.1 • Published 11 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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.1

11 months ago

0.2.0

2 years ago