Skip to content

Commit ab823f6

Browse files
chore: fix RN nightly build (#1840)
1 parent 8255d35 commit ab823f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

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

2929
- name: Switch to React Native Nightly
3030
run: |
31-
yarn add -D react-native@nightly @react-native/babel-preset@nightly [email protected] [email protected] @types/[email protected]
31+
yarn add -D \
32+
react-native@nightly \
33+
@react-native/babel-preset@nightly \
34+
35+
36+
@types/react@^19.2.7 \
3237
shell: bash

0 commit comments

Comments
 (0)