react-native-action-button
react-native-action-button copied to clipboard
Not working on iPhone 6 7 8 (3D touch)
The buttons are not tappable unless pressed in a specific way (reproducible in emulator). I think it's a React Native's panResponder issue but is there a workaround?
Edit: When using onPressIn or onPressOut instead of onPress, it works well.
Edit 2: Actually, the real fix seems to be "rejectResponderTermination" property passed to every Touchable element inside ActionButton which eliminates the 3D touch problem.
@IgorVanian is the "real fix" can be transformed to a pull-request?
Done.
https://github.com/mastermoo/react-native-action-button/pull/267