Files
bsky-social-app/modules/react-native-scroll-forwarder/src/ScrollForwarderView.tsx
T
2026-07-23 18:25:40 +03:00

6 lines
154 B
TypeScript

import {type NativeProps} from './ScrollForwarderViewNativeComponent'
export function ScrollForwarderView({children}: NativeProps) {
return children
}