# react-native-version-check

> A version checker for react-native applications

Latest version **3.5.0** (published 2025-05-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-version-check
pnpm add react-native-version-check
yarn add react-native-version-check
bun add react-native-version-check
```

## Health

**Score 38/100 (D)** — status: stable.

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.5.0 |
| Published | 2025-05-02 |
| First published | 2016-10-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/react-native-version-check) |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 33 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 803 |
| Author | Taehyun Kim |
| Maintainers | tschoffelen, kimxogus, rf1804 |
| Keywords | react-native, android, ios, version check, version, app version, market version, app store version |

## Links

- npm: https://www.npmjs.com/package/react-native-version-check
- Repository: https://github.com/kimxogus/react-native-version-check
- Issues: https://github.com/kimxogus/react-native-version-check/issues
- npm.io page: https://npm.io/package/react-native-version-check

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [semver](https://npm.io/package/semver.md) ^6.1.1

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 3.5.0 (latest) — 2025-05-02
- 3.0.0-alpha.a511ce65 (canary) — 2018-07-28
- 3.0.0-alpha.3 (next) — 2018-02-24
- 3.5.0-rc.1 — 2025-05-02
- 3.4.7 — 2023-01-29
- 3.4.6 — 2023-01-08
- 3.4.6-alpha.0 — 2023-01-03
- 3.4.5 — 2023-01-03
- 3.4.4 — 2023-01-01
- 3.4.3 — 2022-06-22
- 3.4.2 — 2020-10-01
- 3.4.1 — 2020-05-01
- 3.4.0 — 2020-02-10
- 3.3.1 — 2019-11-13
- 3.3.0 — 2019-06-21
- … 76 more at https://npm.io/package/react-native-version-check/versions

## README

# react-native-version-check

[![npm version][npm-image]][npm-url]
[![npm downloads][downloads-image]][downloads-url]
[![Build Status][ci-image]][ci-url]
[![DevDependencies Status][dev-dependencies-image]][dev-dependencies-url]
[![Known Vulnerabilities][vulnerabilities-image]][vulnerabilities-url]

> A version checker for react-native applications

### Looking for maintainers!
I have almost zero experience in ios development, and I am no longer working on mobile app development(doing backend and devops works mainly and some web frontend). It makes me hard to maintain this library actively. Hope to have someone to help maintaining react-native-version-check!

[Github](https://github.com/kimxogus/react-native-version-check)

[npm-image]: https://img.shields.io/npm/v/react-native-version-check.svg
[npm-url]: https://npmjs.org/package/react-native-version-check
[downloads-image]: https://img.shields.io/npm/dm/react-native-version-check.svg
[downloads-url]: https://npmjs.org/package/react-native-version-check
[ci-image]: https://circleci.com/gh/kimxogus/react-native-version-check.svg?style=svg
[ci-url]: https://circleci.com/gh/kimxogus/react-native-version-check
[dev-dependencies-image]: https://david-dm.org/kimxogus/react-native-version-check/dev-status.svg
[dev-dependencies-url]: https://david-dm.org/kimxogus/react-native-version-check?type=dev
[vulnerabilities-image]: https://snyk.io/test/github/kimxogus/react-native-version-check/badge.svg
[vulnerabilities-url]: https://snyk.io/test/github/kimxogus/react-native-version-check

---
_Source: https://npm.io/package/react-native-version-check · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
