[Bug]: Black map / zero native initialisation on Android 15 (Pixel 9) with Expo SDK 54 + React Native 0.81 Environment: #995
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
| # Configuration for Label Actions - https://github.com/dessant/label-actions | |
| name: "Label Actions" | |
| on: | |
| issues: | |
| types: labeled | |
| permissions: | |
| contents: read | |
| issues: write | |
| jobs: | |
| action: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/label-actions@v2 |