Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 34a5b28

Browse files
committed
Run tests, update package.json
1 parent 60b2e2a commit 34a5b28

File tree

3 files changed

+664
-596
lines changed

3 files changed

+664
-596
lines changed

Tags/__tests__/__snapshots__/Tags-tests.js.snap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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]}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"enzyme-adapter-react-16": "^1.15.2",
3333
"jest": "^25.1.0",
3434
"prop-types": "^15.7.2",
35-
"react": "16.8.3",
35+
"react": "16.13.0",
3636
"react-dom": "16.13.0",
37-
"react-native": "^0.59.5",
37+
"react-native": "^0.61.5",
3838
"react-test-renderer": "^16.13.0"
3939
},
4040
"jest": {

0 commit comments

Comments
 (0)