We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
translate
style
First setup: react-native -v: 0.73.9 npm ls react-native-macos: 0.73.34 Second setup: react-native -v: 0.72.4 npm ls react-native-macos: 0.72.4 node -v: 21.5.0 npm -v: 10.2.4 yarn --version: 1.22.22 xcodebuild -version: Xcode 15.4 Build version 15F31d
This issue is present on both setups mentioned in Environment section
Steps to reproduce:
Pressable
Button
transform:[{translateY: 100}]
Component should register interactions on the transformed position.
As shown on the video below, components register interactions on their original positions, not on the translated ones.
Link below contains 2 example codes:
https://gist.github.com/m-bert/dbee459661838814ad715d4f15d74fca
Seems related to this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Steps to reproduce the bug
This issue is present on both setups mentioned in Environment section
Steps to reproduce:
Pressable
,Button
...translate
property (e.g.transform:[{translateY: 100}]
.Expected Behavior
Component should register interactions on the transformed position.
Actual Behavior
As shown on the video below, components register interactions on their original positions, not on the translated ones.
Nagranie.z.ekranu.2024-07-26.o.15.35.51.mov
Reproducible Demo
Link below contains 2 example codes:
https://gist.github.com/m-bert/dbee459661838814ad715d4f15d74fca
Additional context
Seems related to this issue.
The text was updated successfully, but these errors were encountered: