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

backfaceVisibility not documented #13921

Closed
jaygarcia opened this issue May 11, 2017 · 2 comments
Closed

backfaceVisibility not documented #13921

jaygarcia opened this issue May 11, 2017 · 2 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@jaygarcia
Copy link
Contributor

Just an FYI, backfaceVisibility doesn't seem to be documented anywhere, but exists for iOS at least.

commander-keen:react-native jgarcia$ grep -r backfaceVisibility .
./Libraries/Components/View/ViewStylePropTypes.js:  backfaceVisibility: ReactPropTypes.oneOf(['visible', 'hidden']),
./Libraries/Image/ImageStylePropTypes.js:  backfaceVisibility: ReactPropTypes.oneOf(['visible', 'hidden']),
./React/Views/RCTViewManager.m:RCT_REMAP_VIEW_PROPERTY(backfaceVisibility, layer.doubleSided, css_backface_visibility_t)
./RNTester/js/TransformExample.js:    backfaceVisibility: 'hidden',
@chirag04
Copy link
Contributor

view style props are not auto generated anymore it seems.

@hramos
Copy link
Contributor

hramos commented Jun 1, 2017

Dupe of #14147

@hramos hramos closed this as completed Jun 1, 2017
@facebook facebook locked as resolved and limited conversation to collaborators Jun 1, 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

No branches or pull requests

4 participants