expo-scroll-forwarder
v1.0.3
Published
Forward scroll gestures from a UIView to a UIScrollView in Expo.
Maintainers
Readme
expo-scroll-forwarder
expo-scroll-forwarder is an iOS-only Expo module that allows you to forward scroll gestures from a native view to a ScrollView. This is useful for creating custom headers, pull-to-refresh areas, or gesture-forwarding components in React Native and Expo.
⚠️ Android support will be added in a future release.
Features
- Forward vertical scroll gestures from a native view to a
ScrollView. - Compatible with Expo modules architecture.
- Pure iOS implementation using Swift and
ExpoModulesCore. - Works with
ScrollViewandRefreshControl. - Fully typed with TypeScript for React Native.
Installation
Install the package in your Expo or React Native project:
npm install expo-scroll-forwarder
# or
yarn add expo-scroll-forwarder