Skip to content

iOS Build failing: ReactCommon/RCTHost.h file not found with react-native-navigation 8.2.1 on React Native 0.77.2 #1921

iOS Build failing: ReactCommon/RCTHost.h file not found with react-native-navigation 8.2.1 on React Native 0.77.2

iOS Build failing: ReactCommon/RCTHost.h file not found with react-native-navigation 8.2.1 on React Native 0.77.2 #1921

Workflow file for this run

name: Process Label Action
on:
issues:
types: labeled
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
processLabelAction:
permissions:
contents: read # to fetch code (actions/checkout)
issues: write # to close, comment, add labels to issues (hramos/label-actions)
name: Process Label Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Process Label Action
uses: hramos/label-actions@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}