Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/setup-deps-nightly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ runs:
- name: Switch to React Native Nightly
run: |
yarn remove react react-test-renderer react-native @react-native/babel-preset
yarn add -D [email protected] [email protected] react-native@nightly @react-native/babel-preset@nightly
yarn add -D [email protected] [email protected] react-native@nightly @react-native/babel-preset@nightly
yarn add -P [email protected] [email protected] react-native@nightly
shell: bash