Skip to content

PierreCapo/react-native-just-app-version

Repository files navigation

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