We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0099c commit 257c73eCopy full SHA for 257c73e
1 file changed
.github/actions/setup-react-native/action.yml
@@ -7,6 +7,10 @@ inputs:
7
runs:
8
using: composite
9
steps:
10
+ - name: Disable minimum age gate
11
+ run: |
12
+ yarn config unset npmMinimalAgeGate
13
+ shell: bash
14
- name: Set up react-native@${{ inputs.version }}
15
run: |
16
rm example/ios/Podfile.lock
0 commit comments