Skip to content

Commit 62b5dfd

Browse files
committed
chore: fix react-native@next build
1 parent 332c724 commit 62b5dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
31+
yarn add -D react-native@next @react-native/babel-preset@next [email protected] [email protected]
3232
shell: bash

0 commit comments

Comments
 (0)