-
Notifications
You must be signed in to change notification settings - Fork 92
How to use scrollview instated FlatList #100
Comments
@benevbright thanks for the answer but the issue I am having is not with android. It happens when I change the I edited your code
You will notice that the Thanks in advance! :) |
Thanks for the example code. @kirhim |
Ok, it turns out it's not a bug. Between |
@benevbright you are right thanks :) |
This is a great library. But I want to use
ScrollView
insteadFlatList
.I changed this:
const AnimatedFlatList = Animated.createAnimatedComponent(FlatList);
to
const AnimatedView = Animated.createAnimatedComponent(ScrollView);
It works but animation is laggy. Not as smooth as the
flatlist
. Any idea how I could fix this?The text was updated successfully, but these errors were encountered: