Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

expo-react-native-version-checker

stri8ed867MIT1.0.3

A version checker for react-native expo applications

react-native, expo, android, ios, version check, version, app version, market version, app store version

readme

Fork of https://github.com/kimxogus/react-native-version-check which does not require expo-localization, and instead accepts a country parameter.

Usage:

import VersionCheck from 'expo-react-native-version-checker';

VersionCheck('US').getLatestVersion()
.then(latestVersion => {
    console.log(latestVersion);
});