@@ -31,6 +31,7 @@ exports[`<Pressable /> should render as expected: should deep render when mocked
31
31
onResponderTerminate = { [Function ]}
32
32
onResponderTerminationRequest = { [Function ]}
33
33
onStartShouldSetResponder = { [Function ]}
34
+ visionos_hoverEffect = " highlight"
34
35
>
35
36
<View />
36
37
</View >
@@ -67,6 +68,7 @@ exports[`<Pressable /> should render as expected: should deep render when not mo
67
68
onResponderTerminate = { [Function ]}
68
69
onResponderTerminationRequest = { [Function ]}
69
70
onStartShouldSetResponder = { [Function ]}
71
+ visionos_hoverEffect = " highlight"
70
72
>
71
73
<View />
72
74
</View >
@@ -115,6 +117,7 @@ exports[`<Pressable disabled={true} /> should be disabled when disabled is true:
115
117
onResponderTerminate = { [Function ]}
116
118
onResponderTerminationRequest = { [Function ]}
117
119
onStartShouldSetResponder = { [Function ]}
120
+ visionos_hoverEffect = " highlight"
118
121
>
119
122
<View />
120
123
</View >
@@ -151,6 +154,7 @@ exports[`<Pressable disabled={true} /> should be disabled when disabled is true:
151
154
onResponderTerminate = { [Function ]}
152
155
onResponderTerminationRequest = { [Function ]}
153
156
onStartShouldSetResponder = { [Function ]}
157
+ visionos_hoverEffect = " highlight"
154
158
>
155
159
<View />
156
160
</View >
@@ -203,6 +207,7 @@ exports[`<Pressable disabled={true} accessibilityState={{}} /> should be disable
203
207
onResponderTerminate = { [Function ]}
204
208
onResponderTerminationRequest = { [Function ]}
205
209
onStartShouldSetResponder = { [Function ]}
210
+ visionos_hoverEffect = " highlight"
206
211
>
207
212
<View />
208
213
</View >
@@ -239,6 +244,7 @@ exports[`<Pressable disabled={true} accessibilityState={{}} /> should be disable
239
244
onResponderTerminate = { [Function ]}
240
245
onResponderTerminationRequest = { [Function ]}
241
246
onStartShouldSetResponder = { [Function ]}
247
+ visionos_hoverEffect = " highlight"
242
248
>
243
249
<View />
244
250
</View >
@@ -293,6 +299,7 @@ exports[`<Pressable disabled={true} accessibilityState={{checked: true}} /> shou
293
299
onResponderTerminate = { [Function ]}
294
300
onResponderTerminationRequest = { [Function ]}
295
301
onStartShouldSetResponder = { [Function ]}
302
+ visionos_hoverEffect = " highlight"
296
303
>
297
304
<View />
298
305
</View >
@@ -329,6 +336,7 @@ exports[`<Pressable disabled={true} accessibilityState={{checked: true}} /> shou
329
336
onResponderTerminate = { [Function ]}
330
337
onResponderTerminationRequest = { [Function ]}
331
338
onStartShouldSetResponder = { [Function ]}
339
+ visionos_hoverEffect = " highlight"
332
340
>
333
341
<View />
334
342
</View >
@@ -391,6 +399,7 @@ exports[`<Pressable disabled={true} accessibilityState={{disabled: false}} /> sh
391
399
onResponderTerminate = { [Function ]}
392
400
onResponderTerminationRequest = { [Function ]}
393
401
onStartShouldSetResponder = { [Function ]}
402
+ visionos_hoverEffect = " highlight"
394
403
>
395
404
<View />
396
405
</View >
@@ -427,6 +436,7 @@ exports[`<Pressable disabled={true} accessibilityState={{disabled: false}} /> sh
427
436
onResponderTerminate = { [Function ]}
428
437
onResponderTerminationRequest = { [Function ]}
429
438
onStartShouldSetResponder = { [Function ]}
439
+ visionos_hoverEffect = " highlight"
430
440
>
431
441
<View />
432
442
</View >
0 commit comments