Skip to content

Commit 0bddc25

Browse files
committed
chore: fix RN@next nightly check
1 parent ab823f6 commit 0bddc25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

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

2929
- name: Switch to React Native Next
3030
run: |
31-
yarn add -D react-native@next @react-native/babel-preset@next
31+
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 \
3236
shell: bash

0 commit comments

Comments
 (0)