Skip to content

onResponderEnd not called when tabbing while holding onto a view #409

onResponderEnd not called when tabbing while holding onto a view

onResponderEnd not called when tabbing while holding onto a view #409

Workflow file for this run

name: labels
on:
issues:
types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
label-actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dessant/label-actions@v3
with:
config-path: .github/labels-config.yml
github-token: ${{ github.token }}