While using it, I've encountered the following issues:
The version on this GitHub repository is 0.4.0, while on npm it is 0.3.0. Therefore, the instructions in README.md do not match the package downloaded from npm. Perhaps you forgot to release a new version.
When transitioning from a big image back to a small one, the border radius is not animated. This issue is even visible in the video in README.md. If it helps, here is how they fixed it in react-native-reanimated.
There is no ability to add a <View> on top of a native view, making it impossible to create something like this
The onIndexChange event is missing, which is needed to track the current image being scrolled.
Hello.
Nice library and nice animations out of the box.
While using it, I've encountered the following issues:
The version on this GitHub repository is
0.4.0
, while on npm it is0.3.0
. Therefore, the instructions inREADME.md
do not match the package downloaded from npm. Perhaps you forgot to release a new version.When transitioning from a big image back to a small one, the border radius is not animated. This issue is even visible in the video in README.md. If it helps, here is how they fixed it in react-native-reanimated.
There is no ability to add a
<View>
on top of a native view, making it impossible to create something like thisThe
onIndexChange
event is missing, which is needed to track the current image being scrolled.