A version checker for react-native expo applications
npm install expo-react-native-version-checkerFork 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);
});