fadingEdgeLength prop in FlatList doesn't work #29182
Labels
Component: FlatList
Needs: Triage 🔍
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
The
fadingEdgeLength
property inFlatList
andScrollView
component doesn't work. The property is still being used as can be seen here.It calls to Android.View.setFadingEdgeLength.
The prop was added in this PR.
The description of the
fadingEdgeLength
prop can be seen here.React Native version:
0.61.00
Steps To Reproduce
Visit the snack player link.
Expected Results
Ideally there should be fading edges when the list size exceeds the screen size as shown here.
Snack, code example, screenshot, or link to a repository:
https://snack.expo.io/@jevakallio/trusting-bagel
The text was updated successfully, but these errors were encountered: