[Bug]: 'flash-off-outline' icon not working on iOS #26
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: 'Support requests' | |
| on: | |
| issues: | |
| types: [labeled, unlabeled, reopened] | |
| jobs: | |
| support: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/support-requests@v4 | |
| with: | |
| github-token: ${{ github.token }} | |
| support-label: 'missing-repro' | |
| issue-comment: > | |
| :wave: @{issue-author}, sorry you're having an issue. As the issue template explains, it's required that you provide a runnable example that reproduces your issue (see the [issue template](https://github.com/oblador/react-native-vector-icons/blob/master/.github/ISSUE_TEMPLATE/bug_report.yml)). | |
| The reason is that a bug report is not actionable without a reproducer. Try to minimize the superfluous code and focus only on reproducing the bug. | |
| Please create a new issue with this and one of the maintainers will do their best to review it! | |
| close-issue: true | |
| lock-issue: true |