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

[iOS] Negative scale transform doesn't work anymore #13081

Closed
skv-headless opened this issue Mar 22, 2017 · 0 comments
Closed

[iOS] Negative scale transform doesn't work anymore #13081

skv-headless opened this issue Mar 22, 2017 · 0 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@skv-headless
Copy link
Contributor

skv-headless commented Mar 22, 2017

Description

style={{transform: {scaleY: -1}}}
I use this trick to revert list of messages for chat. Also it is used here
https://github.com/exponent/react-native-invertible-scroll-view/blob/master/InvertibleScrollView.js#L75
On current master Views disappear when I use negative scaleX or scaleY. Still working for android.

caused by this commit 64c327a

Reproduction

style={{transform: {scaleY: -1}}} running on master

Additional Information

  • React Native version: [54989d0]
  • Platform: [iOS]
  • Development Operating System: [MacOS]
thotegowda pushed a commit to thotegowda/react-native that referenced this issue May 7, 2017
…le property)

Summary:
closes facebook#13081

UIExplorer, TransformExample
Closes facebook#13083

Reviewed By: mmmulani

Differential Revision: D4758237

Pulled By: shergin

fbshipit-source-id: 58385a4cde7a739b6657c293c381644a92918265
@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants