Skip to content

Commit 83a3fef

Browse files
committed
.
1 parent 2f1f2fe commit 83a3fef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

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

2929
- name: Switch to React Native Next
3030
run: |
31-
yarn add -D react-native@next @react-native/babel-preset@next react@19.2.3
31+
yarn add -D react-native@next @react-native/babel-preset@next
3232
shell: bash

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ runs:
3030
run: |
3131
yarn add -D \
3232
react-native@nightly \
33-
@react-native/babel-preset@nightly \
34-
react@19.2.3
33+
@react-native/babel-preset@nightly
3534
shell: bash

0 commit comments

Comments
 (0)