Skip to content

v2.4.0

Compare
Choose a tag to compare
@a7ul a7ul released this 21 Apr 09:56
· 25 commits to master since this release

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