1.0.3 • Published 1 year ago

expo-react-native-version-checker v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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