Using React Native, I want to remove this shadow appearing on Android, when pulling at the top and bottom of a list. Is that possible, and what is it called?
I've attached a screenshot that illustrates it below:
You have to pass showsVerticalScrollIndicator = {false} in either your ScrollView or FlatList or other listing component.
showsVerticalScrollIndicator = {false}
2.1m questions
2.1m answers
60 comments
57.0k users