chore: fix RN next nightly test

This commit is contained in:
Maciej Jastrzębski
2026-03-04 20:34:55 +01:00
parent 440668edf3
commit 3e8bc0773f
@@ -28,5 +28,7 @@ runs:
- name: Switch to React Native Next
run: |
yarn add -D react-native@next @react-native/babel-preset@next
yarn add -D react-native@next \
@react-native/babel-preset@next \
@react-native/jest-preset@next
shell: bash