Skip to content

[Docs] Update sponsors section (#4459) #194

[Docs] Update sponsors section (#4459)

[Docs] Update sponsors section (#4459) #194

Workflow file for this run

name: Build iOS (expo-example)
on:
pull_request:
paths:
- .github/workflows/ios.yml
- .github/workflows/ios-build.yml
- packages/react-native-gesture-handler/package.json
- packages/react-native-gesture-handler/RNGestureHandler.podspec
- packages/react-native-gesture-handler/apple/**
- packages/react-native-gesture-handler/shared/**
- packages/react-native-gesture-handler/src/**
- apps/expo-example/**
- apps/common-app/**
- rnrepo.config.json
- yarn.lock
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ios-${{ github.ref }}
cancel-in-progress: true
jobs:
expo-example:
if: github.repository == 'software-mansion/react-native-gesture-handler'
uses: ./.github/workflows/ios-build.yml
with:
app: expo-example
scheme: ExpoExample
artifact-name: ios-app-expo-example
xcode-version: '26.4.1'