UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

6 lines (5 loc) 163 B
import { ProxyNativeModule } from './NativeModulesProxy.types'; declare const _default: { [moduleName: string]: ProxyNativeModule; }; export default _default;