@@ -16,7 +16,9 @@ exports[` 1`] = `
1616>
1717 <View
1818 accessible = { true }
19+ focusable = { true }
1920 isTVSelectable = { true }
21+ onClick = { [Function ]}
2022 onResponderGrant = { [Function ]}
2123 onResponderMove = { [Function ]}
2224 onResponderRelease = { [Function ]}
@@ -52,7 +54,9 @@ exports[` 1`] = `
5254 </View >
5355 <View
5456 accessible = { true }
57+ focusable = { true }
5558 isTVSelectable = { true }
59+ onClick = { [Function ]}
5660 onResponderGrant = { [Function ]}
5761 onResponderMove = { [Function ]}
5862 onResponderRelease = { [Function ]}
@@ -88,7 +92,9 @@ exports[` 1`] = `
8892 </View >
8993 <View
9094 accessible = { true }
95+ focusable = { true }
9196 isTVSelectable = { true }
97+ onClick = { [Function ]}
9298 onResponderGrant = { [Function ]}
9399 onResponderMove = { [Function ]}
94100 onResponderRelease = { [Function ]}
@@ -246,7 +252,9 @@ exports[`Tags should render props correctly 1`] = `
246252>
247253 <View
248254 accessible = { true }
255+ focusable = { true }
249256 isTVSelectable = { true }
257+ onClick = { [Function ]}
250258 onResponderGrant = { [Function ]}
251259 onResponderMove = { [Function ]}
252260 onResponderRelease = { [Function ]}
@@ -282,7 +290,9 @@ exports[`Tags should render props correctly 1`] = `
282290 </View >
283291 <View
284292 accessible = { true }
293+ focusable = { true }
285294 isTVSelectable = { true }
295+ onClick = { [Function ]}
286296 onResponderGrant = { [Function ]}
287297 onResponderMove = { [Function ]}
288298 onResponderRelease = { [Function ]}
@@ -318,7 +328,9 @@ exports[`Tags should render props correctly 1`] = `
318328 </View >
319329 <View
320330 accessible = { true }
331+ focusable = { true }
321332 isTVSelectable = { true }
333+ onClick = { [Function ]}
322334 onResponderGrant = { [Function ]}
323335 onResponderMove = { [Function ]}
324336 onResponderRelease = { [Function ]}
0 commit comments