Skip to content

Forward borderless and foreground from android_ripple (#4442) #95

Forward borderless and foreground from android_ripple (#4442)

Forward borderless and foreground from android_ripple (#4442) #95

Workflow file for this run

name: Build iOS (basic-example)
on:
pull_request:
paths:
- .github/workflows/ios-basic.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/specs/**
- apps/basic-example/**
- '!apps/basic-example/android/**'
- rnrepo.config.json
- yarn.lock
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ios-basic-${{ github.ref }}
cancel-in-progress: true
jobs:
basic-example:
if: github.repository == 'software-mansion/react-native-gesture-handler'
uses: ./.github/workflows/ios-build.yml
with:
app: basic-example
scheme: BasicExample
artifact-name: ios-app-basic-example
xcode-version: '26.4.1'