React Native Powiadom użytkownika o nowej wersji aplikacji

You can check for the App Store / Play Store version of your app by using this library react-native-appstore-version-checker.


then create your logic base on the app version and then redirect to open app
store or update app
Singh99