Attribution incorrect
Closed this issue · 1 comments
jeremyong commented
Just mentioning it as a matter that's not super important (something I happened to know since I was a previous user of invertible scroll view). The commit you point to as attributing the scale transform is just a refactor. The usage of double inversion dates all the way back to the beginning: expo/react-native-invertible-scroll-view@b0f1573
jevakallio commented
Hah, thanks! I did know about Charlie's matrix-based transform, but considered that (maybe too pedantically) a different technique from the scaleY
transform.
In any case, React Native FlatList now supports reversed rendering out of the box using the inverted prop:
<FlatList inverted {...} />
As such, this component is now deprecated.