An open API service indexing awesome lists of open source software.

https://github.com/pierrecapo/react-native-just-app-version

Just get app version. Simple.
https://github.com/pierrecapo/react-native-just-app-version

Last synced: 9 months ago
JSON representation

Just get app version. Simple.

Awesome Lists containing this project

README

          

# react-native-just-app-version

Get the app version of your app.

## Installation

```sh
npm install react-native-just-app-version
```

## Usage

```js
import { getAppVersion, getBuildNumber } from 'react-native-just-app-version';

// ...

const appVersion = getAppVersion();
const buildVersion = getBuildNumber();
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)