UNPKG

create-expo-cljs-app

Version:

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

6 lines (4 loc) 122 B
import { startListening } from './handlers/gestures/eventReceiver'; export function initialize() { startListening(); }