-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
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',
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.