On latest 7.40.1 with RN 0.74.5, componentDidAppear is not fired on bottom tabs of android unless we navigate to other tab and return #1655
This file contains 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: Process Label Action | |
on: | |
issues: | |
types: labeled | |
permissions: | |
contents: read # to fetch code (actions/checkout) | |
jobs: | |
processLabelAction: | |
permissions: | |
contents: read # to fetch code (actions/checkout) | |
issues: write # to close, comment, add labels to issues (hramos/label-actions) | |
name: Process Label Action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Process Label Action | |
uses: hramos/label-actions@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |