react-native-version-check icon indicating copy to clipboard operation
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.

Results 69 react-native-version-check issues
Sort by recently updated
recently updated
newest added

It seems as though the google play store has a caching issue where users will see that they need to update (from react-native-version-check) they will go to the google play...

The below function not working, getting an empty response while I am checking on Android but it works for iOS. ``` VersionCheck.needUpdate() .then(async res => { console.log(res.isNeeded); // true if...

**I tried following for IOS:** ===================== First Method ============================= VersionCheck.getLatestVersion({ provider: 'appStore' // for Ios }) .then(latestVersion => { console.log(latestVersion); }); ===================== Second Method =========================== VersionCheck.getLatestVersion().then(latestVersion => { console.log(latestVersion); });...

Build crashes while installing pods in Expo. [!] Unable to find a specification for `UMCore` depended upon by `EXLocalization` You have either: * out-of-date source repos which you can update...

Expo has deprecated unimodules and moved to 'expo' package; https://blog.expo.dev/expo-sdk-43-aa9b3c7d5541 ``` unable to resolve > 1 | import { NativeModulesProxy } from '@unimodules/core'; ``` Migrating: https://github.com/expo/fyi/blob/master/expo-modules-migration.md

``` console.log(VersionCheck.getCurrentVersion()); VersionCheck.getLatestVersion({ provider: 'playStore', }) .then((response) => { console.log(response); }) .catch((err) => { console.log(err); }); ``` that gives error ``` [Mon Jul 25 2022 19:20:21.560] LOG 1.2 [Mon Jul...

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

size/XS
dependencies

code snippet: checkVersion = async () => { try { updateNeeded = await VersionCheck.needUpdate(); if (updateNeeded && updateNeeded.isNeeded) { setting state --------> } } catch (error) { } } error...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

size/XS
dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

size/XS
dependencies