Skip to content

React native app is not running after migrated from Version 0.71 to Version 0.76.1 #575

React native app is not running after migrated from Version 0.71 to Version 0.76.1

React native app is not running after migrated from Version 0.71 to Version 0.76.1 #575

Workflow file for this run

name: Issue handling
on:
issues:
types: [opened, edited]
jobs:
add_label_rn_version:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Add label with the React Native version
uses: ./actions/addLabelRNVersion
with:
github-token: ${{ secrets.GITHUB_TOKEN }}