UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

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 };