@react-native-async-storage/async-storage
Advanced tools
Comparing version 1.14.0 to 1.14.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = shouldFallbackToLegacyNativeModule; | ||
const { | ||
@@ -12,3 +7,3 @@ NativeModules | ||
function shouldFallbackToLegacyNativeModule() { | ||
module.exports = function shouldFallbackToLegacyNativeModule() { | ||
var _NativeModules$Native, _NativeModules$Native2; | ||
@@ -41,3 +36,3 @@ | ||
return false; | ||
} | ||
}; | ||
//# sourceMappingURL=shouldFallbackToLegacyNativeModule.js.map |
@@ -5,3 +5,3 @@ const { | ||
export default function shouldFallbackToLegacyNativeModule() { | ||
module.exports = function shouldFallbackToLegacyNativeModule() { | ||
var _NativeModules$Native, _NativeModules$Native2; | ||
@@ -34,3 +34,3 @@ | ||
return false; | ||
} | ||
}; | ||
//# sourceMappingURL=shouldFallbackToLegacyNativeModule.js.map |
{ | ||
"name": "@react-native-async-storage/async-storage", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Asynchronous, persistent, key-value storage system for React Native.", | ||
@@ -5,0 +5,0 @@ "main": "lib/commonjs/index.js", |
const {NativeModules} = require('react-native'); | ||
export default function shouldFallbackToLegacyNativeModule() { | ||
module.exports = function shouldFallbackToLegacyNativeModule() { | ||
const expoConstants = | ||
@@ -30,2 +30,2 @@ NativeModules.NativeUnimoduleProxy?.modulesConstants?.ExponentConstants; | ||
return false; | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
359373
1853