-
Notifications
You must be signed in to change notification settings - Fork 428
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
UIExplorer: transforms not working with position #232
Comments
This will be fixed when #234 is merged. |
Thanks^_^ My steps
I'm sure it's #234 code. key codes: render() {
return (
<TouchableOpacity
style={{position:"absolute", right:100,width:200,height:200,transform:[{translateY:101}],backgroundColor:"red"}}>
</TouchableOpacity>
)
} |
After I delete some code at // if (!CGSizeEqualToSize(self.bounds.size, oldSize)) {
[self.layer setNeedsDisplay];
// } I don't know if it's appropriate to make such a change. |
Nice find! When the I've added a new commit to #234, which you should try and let me know if it works. 572a274 If it doesn't work, we can call |
It works right . Thanks @aleclarson ! 👍 |
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
OS: macOS Sierra 10.13.6 (I only have this version)
UIExplorer: downloaded in v0.5.0 tag and here
and i can reproduce this question with :
react-native-macos-cli: 2.0.1
react-native-macos: 0.19.2
Steps to Reproduce
Some Prerequisites
The text was updated successfully, but these errors were encountered: