Skip to content

Upgraded to RM 0.73 - Metro bundler not connected to app when running in iOS Simulator #511

Upgraded to RM 0.73 - Metro bundler not connected to app when running in iOS Simulator

Upgraded to RM 0.73 - Metro bundler not connected to app when running in iOS Simulator #511

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 }}