import * as React from 'react'; import { PanGestureHandler } from 'react-native-gesture-handler'; export default React.createContext | null>(null);