fix: Improve Android lifecycle compatibility detection for RN 0.76.x with targetSdk 35 #545
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| pull_request_target: | |
| branches: [ main ] | |
| jobs: | |
| call_ci_requiring_tokens: | |
| if: github.repository == 'rnmapbox/maps' && github.event.pull_request.head.repo.fork == true | |
| name: "CI requiring tokens" | |
| uses: ./.github/workflows/ci-requiring-tokens.yml | |
| with: | |
| NVMRC: v22.16.0 | |
| env_name: CI with Mapbox Tokens | |
| ref: ${{ github.event.pull_request.head.sha }} | |
| secrets: | |
| ENV_MAPBOX_ACCESS_TOKEN: ${{ secrets.ENV_MAPBOX_ACCESS_TOKEN }} | |
| ENV_MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.ENV_MAPBOX_DOWNLOAD_TOKEN }} | |