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