You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I press the image and do not rotate the image or rotate <45 degrees, the handler onPressImage get called, but if I rotate the image more than 90 degrees, no matter how hard I press the image, the handler onPressImage never got called.
Any clues?
Thanks for help in advance!
The text was updated successfully, but these errors were encountered:
Hi, I have code as following:
<Gestures key={keyIndex} style={{flex:1, position: "absolute", top: top, left: left}}
onEnd={(event, styles) => {
}}
onScaleEnd={(event, styles) => {
}}
onRotateEnd={(event, styles) => {
}}>
<Image
style={imageStyle}
source={{uri: item.uri}}
/>
when I press the image and do not rotate the image or rotate <45 degrees, the handler onPressImage get called, but if I rotate the image more than 90 degrees, no matter how hard I press the image, the handler onPressImage never got called.
Any clues?
Thanks for help in advance!
The text was updated successfully, but these errors were encountered: