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.
- Host: GitHub
- URL: https://github.com/pierrecapo/react-native-just-app-version
- Owner: PierreCapo
- License: mit
- Created: 2023-10-18T13:54:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:25:47.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T07:48:22.878Z (about 1 year ago)
- Language: Java
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)