When scrolling in a negative direction using Image Scrollable Navigation, then the image will scale up, but the scaling looks unnatural. Since this package uses the standard React Native Animation API, it's limited using the basic transform properties for native performance. A solution would be rewriting the package using react-native-reanimated since it supports the height property.
When scrolling in a negative direction using Image Scrollable Navigation, then the image will scale up, but the scaling looks unnatural. Since this package uses the standard React Native Animation API, it's limited using the basic transform properties for native performance. A solution would be rewriting the package using react-native-reanimated since it supports the height property.