Remove REACT_NATIVE_MINOR_VERSION build flag (#4422)
#85
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |