Description
The fadingEdgeLength property in FlatList and ScrollView 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
Description
The
fadingEdgeLengthproperty inFlatListandScrollViewcomponent 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
fadingEdgeLengthprop 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