Skip to content

Commit 09a30a5

Browse files
committed
chore(v13): fix RN nightly (Jest preset package)
1 parent 84b2fda commit 09a30a5

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/actions/setup-deps-rn-latest/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ runs:
2828

2929
- name: Switch to React Native Latest
3030
run: |
31-
yarn add -D react-native@latest @react-native/babel-preset@latest
31+
yarn add -D react-native@latest \
32+
@react-native/babel-preset@latest
3233
shell: bash

.github/actions/setup-deps-rn-next/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@ runs:
2929
- name: Switch to React Native Next
3030
run: |
3131
yarn add -D react-native@next \
32-
@react-native/babel-preset@next \
33-
react@19.2.3 \
34-
react-test-renderer@19.2.3 \
35-
@types/react@^19.2.7 \
32+
@react-native/babel-preset@next
3633
shell: bash

.github/actions/setup-deps-rn-nightly/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ runs:
3131
yarn add -D \
3232
react-native@nightly \
3333
@react-native/babel-preset@nightly \
34-
react@19.2.3 \
35-
react-test-renderer@19.2.3 \
36-
@types/react@^19.2.7 \
34+
@react-native/jest-preset@nightly
3735
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"jest": "^30.2.0",
9191
"prettier": "^3.6.2",
9292
"react": "19.2.3",
93-
"react-native": "0.84.0",
93+
"react-native": "0.84.1",
9494
"react-native-gesture-handler": "^2.30.0",
9595
"react-test-renderer": "19.2.3",
9696
"release-it": "^19.0.6",

0 commit comments

Comments
 (0)