react-native-image-zoom
react-native-image-zoom copied to clipboard
Default to (and thus allow) a zero second centerOn duration
Currently, duration = params.duration || 300 excludes the possibility of an instantaneous centerOn, which is sometimes desirable. This now adds instantaneous functionality, and sets this as the default.