UNPKG

create-expo-cljs-app

Version:

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

18 lines (16 loc) 412 B
import * as React from 'react'; import { View } from 'react-native'; const Dummy = ({ children }) => /*#__PURE__*/React.createElement(React.Fragment, null, children); export const PanGestureHandler = Dummy; export const GestureHandlerRootView = View; export const GestureState = { UNDETERMINED: 0, FAILED: 1, BEGAN: 2, CANCELLED: 3, ACTIVE: 4, END: 5 }; //# sourceMappingURL=GestureHandler.js.map