We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab17ae1 commit 59821ebCopy full SHA for 59821eb
.github/actions/setup-deps-nightly/action.yml
@@ -29,5 +29,6 @@ runs:
29
- name: Switch to React Native Nightly
30
run: |
31
yarn remove react react-test-renderer react-native @react-native/babel-preset
32
- 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
33
+ yarn add -P [email protected] [email protected] react-native@nightly
34
shell: bash
0 commit comments