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
Hello, I'm just trying to retrieve transform's scale and rotate individually with their index position with 'onEnd' props's 'styled' parameter, in the process im facing problem below.
Initially when does gesture with single touch the 'styled' parameter of 'onEnd' function gives 'transform' value = transform: [{rotate: value}, {scale: value}]
but when does gesture with two touch the 'transform' array changes index position of scale and rotate that is = transform: [{scale: value}, {rotate: value}].
Although, with some conditions im able to extract values but it will be easier if it would be fixed.
Thank you for this awesome package 😉.
The text was updated successfully, but these errors were encountered:
Hello, I'm just trying to retrieve transform's scale and rotate individually with their index position with 'onEnd' props's 'styled' parameter, in the process im facing problem below.
Initially when does gesture with single touch the 'styled' parameter of 'onEnd' function gives 'transform' value = transform: [{rotate: value}, {scale: value}]
but when does gesture with two touch the 'transform' array changes index position of scale and rotate that is = transform: [{scale: value}, {rotate: value}].
Although, with some conditions im able to extract values but it will be easier if it would be fixed.
Thank you for this awesome package 😉.
The text was updated successfully, but these errors were encountered: