``` <TapGesture> .... <GestureDetector> // <-- This doesn't work .... </GestureDetector> </TapGesture> ``` By [react-native-gesture-handler documentation](https://docs.swmansion.com/react-native-gesture-handler/docs/gesture-handlers/interactions#simultaneous-recognition) it is recommended to use simultaneousHandlers to exchange refs across nested gesture handlers. How to do the same cross handler interaction with gesture detector?