react-native-version-check
react-native-version-check copied to clipboard
SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. on m1 macs i was running...
When trying to install according to the docs, I ran into an error with this line in android/app/build.gradle: ```compile project(':react-native-version-check')``` Changing it to this line solved the problem: ```runtimeOnly project(':react-native-version-check')```...
Unfortunately, I could not test it since packing the package failed when specifying this branch as package version.
What about implementing [AppUpdateManager ](https://developer.android.com/guide/playcore/in-app-updates/kotlin-java) in native code instead of just getting constants? Using native package instead of HTML parsing is a more secure way to do it.
Some days ago, the warning happen every all launch and call for check version. Platform: IOS 17.4, Simulator Versions: "react-native": "0.68.7" "react-native-version-check": "^3.4.7" [SyntaxError: JSON Parse error: Unexpected token:
When I try to add the dependency `react-native-version-check-expo` and build the app for Android (with Expo 51), it throws an error. Here's the relevant build log: ``` > Configure project...