react-native-photo-view icon indicating copy to clipboard operation
react-native-photo-view copied to clipboard

[iOS] Add `allowsInitialPan` prop to enable panning before pinch gesture

Open computerjazz opened this issue 6 years ago • 0 comments

Currently, panning the image is disabled until the user performs a pinch gesture, which is not always the desired behavior. This change adds an allowsInitialPan prop to configure whether panning should be initially disabled.

This has been a source of confusion as documented in the following issues: https://github.com/alwx/react-native-photo-view/issues/65 https://github.com/alwx/react-native-photo-view/issues/62

computerjazz avatar Dec 08 '17 22:12 computerjazz