A framework for building native applications using React
COMMITS
/ Libraries/Components/ScrollView/ScrollView.js November 14, 2022
T
ScrollView: Fix `ref` (and `innerViewRef`) Transition
Tim Yung committed
November 11, 2022
M
Annotate implicit instantiations in xplat, defaulting to any
Mike Vitousek committed
October 7, 2022
P
Fix ScrollView blurring TextInput when changing focus between inputs
Pieter De Baets committed
September 30, 2022
T
RN: Sort Imports via ESLint
Tim Yung committed
September 28, 2022
V
Refactor: removed duplicated words in comments (#34807)
Vic committed
September 9, 2022
R
Restore fix for ScrollView error on iOS
Rubén Norte committed
September 8, 2022
R
Remove last direct references to utilities in Paper from react-native
Rubén Norte committed
August 23, 2022
N
Stop special-casing Android 11+ from large form-factor `keyboardShouldPersistTaps` behavior
Nick Gerleman committed
N
Do not eat taps/clicks in ScrollView when soft-keyboard is detached from viewport
Nick Gerleman committed
August 18, 2022
N
Let ScrollView Know About Keyboard Opened Before Mount
Nick Gerleman committed
August 3, 2022
P
Add missing class annotations xplat/js
Pieter Vanderwerff committed
June 23, 2022
P
Suppress missing annotations in xplat/js
Pieter Vanderwerff committed
P
Add LTI annotations to function params in xplat/js [1/2]
Pieter Vanderwerff committed
June 1, 2022
J
typo for the automaticallyAdjustKeyboardInsets description (#33948)
Jérémy Barbet committed
May 9, 2022
G
Move ScrollView's contentOffset to common props
Genki Kondo committed
May 6, 2022
E
Deploy 0.177.0 to xplat
Evan Yeung committed
February 15, 2022
M
Minor changes to Flow types
Moti Zilberman committed
December 30, 2021
A
Update copyright headers from Facebook to Meta
Andres Suarez committed
December 10, 2021
A
Export flow type for ScrollView Deceleration Rate
Amy Huyen committed
December 6, 2021
M
Feature: ScrollView `automaticallyAdjustKeyboardInsets` (#31402)
Marc Rousavy committed
November 22, 2021
J
Fix Dead links to documents in the comments (#32619)
Jesse Katsumata committed
November 3, 2021
T
JS: Format with Prettier v2.4.1 [3/n]
Tim Yung committed
September 29, 2021
D
Add snapToAlignment to ScrollView.js Android implementation
David Vacca committed
September 28, 2021
S
Back out "Feature: ScrollView `automaticallyAdjustKeyboardInsets`"
Sota Ogo committed
September 25, 2021
M
Feature: ScrollView `automaticallyAdjustKeyboardInsets` (#31402)
Marc Rousavy committed
September 2, 2021
J
Fix keyboardDismissMode="on-drag" on Android (#31943)
Janic Duplessis committed
July 8, 2021
J
Add ScrollView.automaticallyAdjustsScrollIndicatorInsets prop (on iOS) (#29809)
Justin Huntington committed
June 1, 2021
D
pre-suppress Flow errors in xplat ahead of 153 release
Daniel Sainati committed
April 15, 2021
K
Clean up the initialization of instance variables in ScrollView
Kacie Bawiec committed
April 12, 2021
S
Fix race inside ScrollView._inputMeasureAndScrollToKeyboard
Samuel Susla committed
April 1, 2021
L
Update FlowFixMes to use error codes in react-native-github
Luna Wei committed
March 29, 2021
S
remove unused VR-only props (#31230)
simek committed
March 23, 2021
D
codemod objects to interfaces where they appear as supertypes of classes
Daniel Sainati committed
March 9, 2021
Y
add a hide-on-scroll feature to ScrollView
Yan Zhang committed
March 3, 2021
K
Fix sticky header not sticking on first render in ScrollView
Kacie Bawiec committed
February 17, 2021
K
Remove UNSAFE_componentWillReceiveProps
Kacie Bawiec committed
K
Replace UNSAFE_componentWillMount with componentDidMount
Kacie Bawiec committed
February 16, 2021
K
Move ScrollResponder.Mixin methods into ScrollView and Remove ScrollResponder.js
Kacie Bawiec committed
February 2, 2021
M
Remove "use strict" directive from ES Modules
Micha Reiser committed
January 14, 2021
V
Fix ScrollView getInnerViewNode and getInnerViewRef ref methods (#30588)
Vladislav Shabanov committed
November 21, 2020
T
RN: Rename to `ScrollViewNativeComponent`
Tim Yung committed
November 19, 2020
T
RN: Migrate `ScrollView` to NativeComponentRegistry
Tim Yung committed
T
RN: Fix `ScrollView` Type Errors
Tim Yung committed
T
RN: Refactor `ScrollView` Style Splitting
Tim Yung committed
September 29, 2020
S
remove most of tvOS remnants from the code (#29407)
simek committed
August 25, 2020
T
RN: Remove `react-animated` Legacy Package
Tim Yung committed
August 24, 2020
T
RN: Extract `ScrollViewContext`
Tim Yung committed
August 10, 2020
S
Add todo notes for nativeID hack
Samuel Susla committed
August 6, 2020
J
chore: use es6 import for scroll view (#29184)
Jesse Katsumata committed