diff --git a/.github/actions/setup-react-native/action.yml b/.github/actions/setup-react-native/action.yml index dfee15f46..0cb2d608a 100644 --- a/.github/actions/setup-react-native/action.yml +++ b/.github/actions/setup-react-native/action.yml @@ -7,6 +7,10 @@ inputs: runs: using: composite steps: + - name: Disable minimum age gate + run: | + yarn config unset npmMinimalAgeGate + shell: bash - name: Set up react-native@${{ inputs.version }} run: | rm example/ios/Podfile.lock