UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

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