react-native-check-version
react-native-check-version copied to clipboard
🥕 Get the latest version of your app.
I have a app that is still in internal testing and not for public right now will this package work with that as well?
When the new version available on play store and from app we redirect to the play store instead of showing update button it shows open button.
Hello, Does the check also work for internal version numbers such as Android versionCode and iOS build number ? If I release a 2.0.0 version with versionCode 100, can I...
Hi guys, this package looks pretty amazing! I'm wondering how you guys handle Android rollouts? If I use 20% rollout as a default, is it just a 1/5 chance that...
I have suggested an fix on #45 , but my project broken after updating the dependencies for this lib. I think that the regex negative look behind is not implemented...
"react-native-check-version": "^1.1.1", "react-native": "0.66.5", { platform: 'android', bundleId: 'com.tntmobile', version: null, needsUpdate: false, notes: '', url: null, lastChecked: '2023-05-28T12:37:39.902Z', country: 'fr', error: [TypeError: Cannot convert null value to object] }...
``` import { checkVersion } from "react-native-check-version"; const version = await checkVersion(); console.log("Got version info:", version); if (version.needsUpdate) { console.log(`App has a ${version.updateType} update pending.`); } ``` RESULT: Got version...
Hi everyone. I'm getting the following error when using Android: `{"bundleId": "br.org.forluz.app", "country": "us", "error": [TypeError: Cannot convert null value to object], "lastChecked": "2024-10-10T22:17:47.315Z", "needsUpdate": false, "notes": "", "platform": "android",...