Hi All after latest changes is there any options t...
# compose-ios
d
Hi All after latest changes is there any options to have Android overscroll effect in iOS ?
a
Android overscroll effect is Android-only implementation. Check
AndroidEdgeEffectOverscrollEffect
. If you want to bring it in common, you have to re-implement it by yourself. Then, you can use
LocalOverscrollFactory
or
overscrollEffect
arguments on scrollable containers.
👍 1
d
I think there is no LocalOverscrollFactory for iOS at least for 1.7.3
a
yes, it's 1.8.0 API