Skip to content

[useAnimatedKeyboard][iOS] Keyboard interpolation #1678

[useAnimatedKeyboard][iOS] Keyboard interpolation

[useAnimatedKeyboard][iOS] Keyboard interpolation #1678

Workflow file for this run

name: Validate iOS
on:
push:
branches:
- main
paths:
- '.github/workflows/validate-ios.yml'
- 'apple/**'
- 'package.json'
- 'scripts/validate-ios.sh'
pull_request:
paths:
- '.github/workflows/validate-ios.yml'
- 'apple/**'
- 'package.json'
- 'scripts/validate-ios.sh'
merge_group:
branches:
- main
jobs:
check:
if: github.repository == 'software-mansion/react-native-reanimated'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint iOS
run: yarn lint:ios