We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9769064 + d3eb339 commit 82a3d57Copy full SHA for 82a3d57
1 file changed
packages/react-native/Libraries/Pressability/Pressability.js
@@ -577,8 +577,7 @@ export default class Pressability {
577
}
578
579
// [macOS
580
- const keyboardEventHandlers =
581
- Platform.OS !== 'macos' ? null : {
+ const keyboardEventHandlers = Platform.OS !== 'macos' ? null : {
582
onKeyDown: (event: KeyEvent): void => {
583
const {onKeyDown} = this._config;
584
if (onKeyDown != null) {
0 commit comments