7 lines
262 B
TypeScript
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"
|