Scroll not working on Android 15 and above #3063
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
| name: Check versions | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| permissions: | |
| contents: read | |
| issues: write | |
| jobs: | |
| check-versions: | |
| if: ${{ github.event.label.name == 'bug' }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: react-navigation/check-versions-action@deac0a153b834fdda425028be69b2cf786dacc31 # v1.1.0 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| required-packages: | | |
| react-native-paper | |
| optional-packages: | | |
| @react-native-vector-icons/material-design-icons |