UNPKG

create-expo-cljs-app

Version:

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

5 lines 153 B
import { startListening } from './handlers/gestures/eventReceiver'; export function initialize() { startListening(); } //# sourceMappingURL=init.js.map