UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

5 lines (3 loc) 231 B
import { ProxyNativeModule } from './NativeModulesProxy.types'; // We default to an empty object shim wherever we don't have an environment-specific implementation export default {} as { [moduleName: string]: ProxyNativeModule };