Skip to content

Commit e032ed6

Browse files
committed
chore(fix): RN next nightly test
1 parent 30f89bf commit e032ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ runs:
2929
- name: Switch to React Native Next
3030
run: |
3131
yarn add -D react-native@next \
32-
@react-native/babel-preset@next
32+
@react-native/babel-preset@next \
33+
@react-native/jest-preset@next
3334
shell: bash

0 commit comments

Comments
 (0)