Releases: a7ul/react-native-appstore-version-checker
Releases · a7ul/react-native-appstore-version-checker
3.0.0
v2.7.2
Removed deprecated compile options with implementation in android
v2.5.5 - Contains futureproof build.gradle
v2.5.4 - Cleanup and cache fix
v2.5.1
v2.5.0
v2.4.0
This fixes https://github.com/master-atul/react-native-appstore-version-checker/issues/8
Nothing to do . Just upgrade the package and use it
the default way
getAppstoreAppVersion('com.supercell.clashofclans') //put any apps packageId here
.then((appVersion) => {
console.log('clashofclans android app version on playstore', appVersion);
})
.catch((err) => {
console.log('error occurred', err);
});```
v2.3.2
v2.3.0
React Native 0.47+ support
Thanks @olegfilimonov