Enable FlatList bouncing iOS behavior for Android

13 Views Asked by At

I know that the React Native FlatList does support the iOS default over-scroll bouncing.

However, it should be possible to achieve natively the bouncing behavior on Android. RN FlatList unfortunately isn't supporting the property on Android.

Is there a way to add the bouncing effect on Android as well maybe with some packages built on top of the native Android functionality?

0

There are 0 best solutions below