UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

6 lines 237 B
import * as React from 'react'; import { View } from 'react-native'; export default function GestureHandlerRootView(props) { return /*#__PURE__*/React.createElement(View, props); } //# sourceMappingURL=GestureHandlerRootView.web.js.map