@@ -31,6 +31,7 @@ exports[`<Pressable /> should render as expected: should deep render when mocked
3131 onResponderTerminate = { [Function ]}
3232 onResponderTerminationRequest = { [Function ]}
3333 onStartShouldSetResponder = { [Function ]}
34+ visionos_hoverEffect = " highlight"
3435>
3536 <View />
3637</View >
@@ -67,6 +68,7 @@ exports[`<Pressable /> should render as expected: should deep render when not mo
6768 onResponderTerminate = { [Function ]}
6869 onResponderTerminationRequest = { [Function ]}
6970 onStartShouldSetResponder = { [Function ]}
71+ visionos_hoverEffect = " highlight"
7072>
7173 <View />
7274</View >
@@ -115,6 +117,7 @@ exports[`<Pressable disabled={true} /> should be disabled when disabled is true:
115117 onResponderTerminate = { [Function ]}
116118 onResponderTerminationRequest = { [Function ]}
117119 onStartShouldSetResponder = { [Function ]}
120+ visionos_hoverEffect = " highlight"
118121>
119122 <View />
120123</View >
@@ -151,6 +154,7 @@ exports[`<Pressable disabled={true} /> should be disabled when disabled is true:
151154 onResponderTerminate = { [Function ]}
152155 onResponderTerminationRequest = { [Function ]}
153156 onStartShouldSetResponder = { [Function ]}
157+ visionos_hoverEffect = " highlight"
154158>
155159 <View />
156160</View >
@@ -203,6 +207,7 @@ exports[`<Pressable disabled={true} accessibilityState={{}} /> should be disable
203207 onResponderTerminate = { [Function ]}
204208 onResponderTerminationRequest = { [Function ]}
205209 onStartShouldSetResponder = { [Function ]}
210+ visionos_hoverEffect = " highlight"
206211>
207212 <View />
208213</View >
@@ -239,6 +244,7 @@ exports[`<Pressable disabled={true} accessibilityState={{}} /> should be disable
239244 onResponderTerminate = { [Function ]}
240245 onResponderTerminationRequest = { [Function ]}
241246 onStartShouldSetResponder = { [Function ]}
247+ visionos_hoverEffect = " highlight"
242248>
243249 <View />
244250</View >
@@ -293,6 +299,7 @@ exports[`<Pressable disabled={true} accessibilityState={{checked: true}} /> shou
293299 onResponderTerminate = { [Function ]}
294300 onResponderTerminationRequest = { [Function ]}
295301 onStartShouldSetResponder = { [Function ]}
302+ visionos_hoverEffect = " highlight"
296303>
297304 <View />
298305</View >
@@ -329,6 +336,7 @@ exports[`<Pressable disabled={true} accessibilityState={{checked: true}} /> shou
329336 onResponderTerminate = { [Function ]}
330337 onResponderTerminationRequest = { [Function ]}
331338 onStartShouldSetResponder = { [Function ]}
339+ visionos_hoverEffect = " highlight"
332340>
333341 <View />
334342</View >
@@ -391,6 +399,7 @@ exports[`<Pressable disabled={true} accessibilityState={{disabled: false}} /> sh
391399 onResponderTerminate = { [Function ]}
392400 onResponderTerminationRequest = { [Function ]}
393401 onStartShouldSetResponder = { [Function ]}
402+ visionos_hoverEffect = " highlight"
394403>
395404 <View />
396405</View >
@@ -427,6 +436,7 @@ exports[`<Pressable disabled={true} accessibilityState={{disabled: false}} /> sh
427436 onResponderTerminate = { [Function ]}
428437 onResponderTerminationRequest = { [Function ]}
429438 onStartShouldSetResponder = { [Function ]}
439+ visionos_hoverEffect = " highlight"
430440>
431441 <View />
432442</View >
0 commit comments