Can I utilize Force Touch?

Hey,

Can I utilize Force Touch?

I was looking at GestureHandler and see LongPress, TapGesture but I didn’t see anything about Force Touch

Thanks

I think react native supports this without Expo, but it’s not documented anywhere:

https://github.com/facebook/react-native/blob/master/React/Base/RCTPlatform.m#L45

https://github.com/facebook/react-native/blob/master/React/Base/RCTTouchHandler.m#L165-L170

1 Like