add missing props for ScrollView by Freddy03h · Pull Request #834 · rescript-react-native/rescript-react-native

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@Freddy03h

Copy link Copy Markdown

Member

@Freddy03h Freddy03h commented

Apr 19, 2025

edited

Loading

Reorganized ScrollView props based on TS bindings https://github.com/facebook/react-native/blob/f1f2788410c2fa2cfbe6732632c453079c2cd2af/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts

And add some missing props:

  • automaticallyAdjustKeyboardInsets
  • automaticallyAdjustsScrollIndicatorInsets
  • onScrollAnimationEnd
  • onScrollToTop
  • persistentScrollbar
  • invertStickyHeaders
  • disableIntervalMomentum
  • disableScrollViewPanResponder
  • StickyHeaderComponent

@Freddy03h Freddy03h requested a review from cknitt

April 19, 2025 13:53

@Freddy03h

Copy link Copy Markdown

Member Author

Hi @cknitt, I need your review please ^^

@Freddy03h Freddy03h merged commit 2a875bd into main

Apr 27, 2025

2 checks passed

@Freddy03h Freddy03h deleted the scrollview-props branch

April 27, 2025 10:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@cknitt cknitt cknitt approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@Freddy03h @cknitt