expo-react-native-version-checker

1.0.3 • Public • Published

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);
});

Package Sidebar

Install

npm i expo-react-native-version-checker

Weekly Downloads

21

Version

1.0.3

License

MIT

Unpacked Size

3.67 kB

Total Files

5

Last publish

Collaborators

  • stri8ed