Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onEnd styled parameter swaps index position of rotate & scale in transform array #73

Open
RahulMore-Codes opened this issue Dec 29, 2021 · 0 comments

Comments

@RahulMore-Codes
Copy link

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 😉.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant