Skip to content

Commit 5a937a6

Browse files
committed
chore: RN nightly check
1 parent 95c9df3 commit 5a937a6

File tree

6 files changed

+111
-93
lines changed

6 files changed

+111
-93
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@babel/preset-react": "^7.27.1",
7373
"@babel/preset-typescript": "^7.27.1",
7474
"@callstack/eslint-config": "^15.0.0",
75-
"@react-native/babel-preset": "0.81.0",
75+
"@react-native/babel-preset": "nightly",
7676
"@release-it/conventional-changelog": "^10.0.1",
7777
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
7878
"@types/jest": "^30.0.0",
@@ -87,10 +87,10 @@
8787
"flow-bin": "~0.170.0",
8888
"jest": "^30.0.5",
8989
"prettier": "^3.6.2",
90-
"react": "19.1.0",
91-
"react-native": "0.81.0",
90+
"react": "19.1.1",
91+
"react-native": "nightly",
9292
"react-native-gesture-handler": "^2.28.0",
93-
"react-test-renderer": "19.1.0",
93+
"react-test-renderer": "19.1.1",
9494
"release-it": "^19.0.4",
9595
"typescript": "^5.9.2",
9696
"typescript-eslint": "^8.39.1"

src/__tests__/__snapshots__/render-debug.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`debug 1`] = `
44
"<View>

src/__tests__/__snapshots__/render.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`toJSON renders host output 1`] = `
44
<View

src/user-event/scroll/__tests__/__snapshots__/scroll-to.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`scrollTo() supports vertical drag scroll: scrollTo({ y: 100 }) 1`] = `
44
[

src/user-event/type/__tests__/__snapshots__/type.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1`] = `
44
[

0 commit comments

Comments
 (0)