Skip to content

fix: read accessibilityLabel from parent's view to avoid performance hit on RN #726

fix: read accessibilityLabel from parent's view to avoid performance hit on RN

fix: read accessibilityLabel from parent's view to avoid performance hit on RN #726

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
paths-ignore:
- "**/*.md"
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build SDK
run: make buildSdk