import * as React from 'react'; import { StyleSheet, StyleProp, ViewStyle } from 'react-native'; import hoistNonReactStatics from 'hoist-non-react-statics'; import GestureHandlerRootView from './GestureHandlerRootView'; export default function gestureHandlerRootHOC
( Component: React.ComponentType
,
containerStyles?: StyleProp {
function Wrapper(props: P) {
return (