mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-13 10:07:33 +08:00
[fix] TouchableWithoutFeedback keyboard support
This commit is contained in:
@@ -185,6 +185,8 @@ const TouchableWithoutFeedback = createReactClass({
|
||||
...other,
|
||||
accessible: this.props.accessible !== false,
|
||||
children,
|
||||
onKeyDown: this.touchableHandleKeyEvent,
|
||||
onKeyUp: this.touchableHandleKeyEvent,
|
||||
onResponderGrant: this.touchableHandleResponderGrant,
|
||||
onResponderMove: this.touchableHandleResponderMove,
|
||||
onResponderRelease: this.touchableHandleResponderRelease,
|
||||
|
||||
Reference in New Issue
Block a user