Skip to content

Commit 3e8bc07

Browse files
committed
chore: fix RN next nightly test
1 parent 440668e commit 3e8bc07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ 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-native/jest-preset@next
3234
shell: bash

0 commit comments

Comments
 (0)