expo-modules-core
Advanced tools
Comparing version 0.0.1-canary-20231129-c0ec023 to 0.0.1-canary-20231130-c8a9bf9
import { ProxyNativeModule } from './NativeModulesProxy.types'; | ||
/** | ||
* @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases. | ||
* Use `requireNativeModule` or `requireOptionalNativeModule` instead. | ||
*/ | ||
declare const _default: { | ||
@@ -3,0 +7,0 @@ [moduleName: string]: ProxyNativeModule; |
// We default to an empty object shim wherever we don't have an environment-specific implementation | ||
/** | ||
* @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases. | ||
* Use `requireNativeModule` or `requireOptionalNativeModule` instead. | ||
*/ | ||
export default {}; | ||
//# sourceMappingURL=NativeModulesProxy.js.map |
@@ -20,2 +20,3 @@ # Changelog | ||
- Bump C++ compiler setting to C++20. ([#25548](https://github.com/expo/expo/pull/25548) by [@kudo](https://github.com/kudo)) | ||
- Marked `NativeModulesProxy` as deprecated in favor of `requireNativeModule` and `requireOptionalNativeModule`. ([#25666](https://github.com/expo/expo/pull/25666) by [@tsapeta](https://github.com/tsapeta)) | ||
@@ -22,0 +23,0 @@ ## 1.10.0 — 2023-11-14 |
{ | ||
"name": "expo-modules-core", | ||
"version": "0.0.1-canary-20231129-c0ec023", | ||
"version": "0.0.1-canary-20231130-c8a9bf9", | ||
"description": "The core of Expo Modules architecture", | ||
@@ -45,5 +45,5 @@ "main": "build/index.js", | ||
"@testing-library/react-hooks": "^7.0.1", | ||
"expo-module-scripts": "0.0.1-canary-20231129-c0ec023" | ||
"expo-module-scripts": "0.0.1-canary-20231130-c8a9bf9" | ||
}, | ||
"gitHead": "c0ec023855579d0d269e1f2e69717cf172af8fe5" | ||
"gitHead": "c8a9bf969d6da56f42cf18652a42a03b493ee34e" | ||
} |
import { ProxyNativeModule } from './NativeModulesProxy.types'; | ||
// We default to an empty object shim wherever we don't have an environment-specific implementation | ||
/** | ||
* @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases. | ||
* Use `requireNativeModule` or `requireOptionalNativeModule` instead. | ||
*/ | ||
export default {} as { [moduleName: string]: ProxyNativeModule }; |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1825015
1904