You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement fading edges for ScrollView and it's dependent FlatList (#26163)
Summary:
This should add props for enabling horizontal and vertical fading
edges for Scrollview and FlatList.
These fading edges are used to communicate to the user that there is more content to see.
## Changelog
[Android] [Added] - fading edges props to the FlatList and ScrollView components
Pull Request resolved: #26163
Test Plan:
Open the React Native test app and navigate to the FlatList section.
Enable the `useFadingEdges` switch and insert a number into `Fading edge length`.


Differential Revision: D17080676
Pulled By: TheSavior
fbshipit-source-id: 91df629c17052d43c99145672e9084e1379a4113
0 commit comments