Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

7 lines
339 B
JavaScript

// 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