@@ -24,6 +24,16 @@ exports[`<Pressable /> should render as expected: should deep render when mocked
2424 collapsable = { false }
2525 enableFocusRing = { true }
2626 focusable = { true }
27+ keyDownEvents = {
28+ Array [
29+ Object {
30+ " key" : " " ,
31+ },
32+ Object {
33+ " key" : " Enter" ,
34+ },
35+ ]
36+ }
2737 mouseDownCanMoveWindow = { false }
2838 onBlur = { [Function ]}
2939 onClick = { [Function ]}
@@ -63,6 +73,16 @@ exports[`<Pressable /> should render as expected: should deep render when not mo
6373 collapsable = { false }
6474 enableFocusRing = { true }
6575 focusable = { true }
76+ keyDownEvents = {
77+ Array [
78+ Object {
79+ " key" : " " ,
80+ },
81+ Object {
82+ " key" : " Enter" ,
83+ },
84+ ]
85+ }
6686 mouseDownCanMoveWindow = { false }
6787 onBlur = { [Function ]}
6888 onClick = { [Function ]}
@@ -102,6 +122,16 @@ exports[`<Pressable disabled={true} /> should be disabled when disabled is true:
102122 collapsable = { false }
103123 enableFocusRing = { false }
104124 focusable = { false }
125+ keyDownEvents = {
126+ Array [
127+ Object {
128+ " key" : " " ,
129+ },
130+ Object {
131+ " key" : " Enter" ,
132+ },
133+ ]
134+ }
105135 mouseDownCanMoveWindow = { false }
106136 onBlur = { [Function ]}
107137 onClick = { [Function ]}
@@ -141,6 +171,16 @@ exports[`<Pressable disabled={true} /> should be disabled when disabled is true:
141171 collapsable = { false }
142172 enableFocusRing = { false }
143173 focusable = { false }
174+ keyDownEvents = {
175+ Array [
176+ Object {
177+ " key" : " " ,
178+ },
179+ Object {
180+ " key" : " Enter" ,
181+ },
182+ ]
183+ }
144184 mouseDownCanMoveWindow = { false }
145185 onBlur = { [Function ]}
146186 onClick = { [Function ]}
@@ -180,6 +220,16 @@ exports[`<Pressable disabled={true} accessibilityState={{}} /> should be disable
180220 collapsable = { false }
181221 enableFocusRing = { false }
182222 focusable = { false }
223+ keyDownEvents = {
224+ Array [
225+ Object {
226+ " key" : " " ,
227+ },
228+ Object {
229+ " key" : " Enter" ,
230+ },
231+ ]
232+ }
183233 mouseDownCanMoveWindow = { false }
184234 onBlur = { [Function ]}
185235 onClick = { [Function ]}
@@ -219,6 +269,16 @@ exports[`<Pressable disabled={true} accessibilityState={{}} /> should be disable
219269 collapsable = { false }
220270 enableFocusRing = { false }
221271 focusable = { false }
272+ keyDownEvents = {
273+ Array [
274+ Object {
275+ " key" : " " ,
276+ },
277+ Object {
278+ " key" : " Enter" ,
279+ },
280+ ]
281+ }
222282 mouseDownCanMoveWindow = { false }
223283 onBlur = { [Function ]}
224284 onClick = { [Function ]}
@@ -258,6 +318,16 @@ exports[`<Pressable disabled={true} accessibilityState={{checked: true}} /> shou
258318 collapsable = { false }
259319 enableFocusRing = { false }
260320 focusable = { false }
321+ keyDownEvents = {
322+ Array [
323+ Object {
324+ " key" : " " ,
325+ },
326+ Object {
327+ " key" : " Enter" ,
328+ },
329+ ]
330+ }
261331 mouseDownCanMoveWindow = { false }
262332 onBlur = { [Function ]}
263333 onClick = { [Function ]}
@@ -297,6 +367,16 @@ exports[`<Pressable disabled={true} accessibilityState={{checked: true}} /> shou
297367 collapsable = { false }
298368 enableFocusRing = { false }
299369 focusable = { false }
370+ keyDownEvents = {
371+ Array [
372+ Object {
373+ " key" : " " ,
374+ },
375+ Object {
376+ " key" : " Enter" ,
377+ },
378+ ]
379+ }
300380 mouseDownCanMoveWindow = { false }
301381 onBlur = { [Function ]}
302382 onClick = { [Function ]}
@@ -336,6 +416,16 @@ exports[`<Pressable disabled={true} accessibilityState={{disabled: false}} /> sh
336416 collapsable = { false }
337417 enableFocusRing = { false }
338418 focusable = { false }
419+ keyDownEvents = {
420+ Array [
421+ Object {
422+ " key" : " " ,
423+ },
424+ Object {
425+ " key" : " Enter" ,
426+ },
427+ ]
428+ }
339429 mouseDownCanMoveWindow = { false }
340430 onBlur = { [Function ]}
341431 onClick = { [Function ]}
@@ -375,6 +465,16 @@ exports[`<Pressable disabled={true} accessibilityState={{disabled: false}} /> sh
375465 collapsable = { false }
376466 enableFocusRing = { false }
377467 focusable = { false }
468+ keyDownEvents = {
469+ Array [
470+ Object {
471+ " key" : " " ,
472+ },
473+ Object {
474+ " key" : " Enter" ,
475+ },
476+ ]
477+ }
378478 mouseDownCanMoveWindow = { false }
379479 onBlur = { [Function ]}
380480 onClick = { [Function ]}
0 commit comments