Skip to content

upgrade my React Native proj form V 76.6 to 80 getting error _ctype.h:70:10 Could not build module 'DarwinFoundation' #684

upgrade my React Native proj form V 76.6 to 80 getting error _ctype.h:70:10 Could not build module 'DarwinFoundation'

upgrade my React Native proj form V 76.6 to 80 getting error _ctype.h:70:10 Could not build module 'DarwinFoundation' #684

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