-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Document View - Style API completion #2796
Comments
Expanded list of border* props so we can be specific. Will be breaking out into a few issues soon. |
I had left out elevation since it was Android-only which meant it may not be part of lean-core long term. |
I've split out the individual issues and put them on this project board: #2796 |
@kikisaints - can you take a look at documenting this? |
@harinikmsft can you defined documenting - do you mean put this up in the API section of our RNW website? |
Switching Facebook label to specific issue on mixed borders: #3077 |
Not planned for Paper renderer. |
This is a placeholder issue to validate and implement (if not already supported) the remaining Style props on View:
borderStyle
forView
on Fabric #3078Not implementing
(Android-only) Sets the elevation of a view, using Android's underlying elevation API. This adds a drop shadow to the item and affects z-order for overlapping views. Only supported on Android 5.0+, has no effect on earlier versions.
The text was updated successfully, but these errors were encountered: