import { createContext } from 'react'; const gestureHandlerContextNucleon = createContext(false); export default gestureHandlerContextNucleon;