[BUG] Cannot install the package due to react-native-reanimated
version conflict
#240
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: Add bugs to bugs project | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/TheWidlarzGroup/projects/2 | |
github-token: ${{ secrets.GH_TOKEN_NOTIFICATED }} | |
labeled: bug, android, build or config issue, dependencies update request, dependecies, documentation, enchancement, good first issue, help wanted, idea, iOS, question, typescript | |
label-operator: OR |