Files
RN_Template/RN_TEMPLATE/app/utils/gestureHandler.ts
2026-02-05 13:16:05 +08:00

7 lines
262 B
TypeScript

// Don't import react-native-gesture-handler on web
// https://reactnavigation.org/docs/drawer-navigator/#installation
// This however is needed at the moment
// https://github.com/software-mansion/react-native-gesture-handler/issues/2402
import "setimmediate"