react-native-website
react-native-website copied to clipboard
List the default value of each style props
The page https://facebook.github.io/react-native/docs/view-style-props will tell me the list of style props, each props type and if it's required but not what the default value is. Is there a way to find out what the default values are?
Most of the default values can be found in the StyleSheetTypes
source code comments, and other places in the React Native code.
There are also few deprecated props (borderStyle
, backfaceVisibility
etc.) that are not correctly marked on the page.
Can I work on this issue? :)
@rachelnabors and @Simek would this still be useful to document?
I could work on it?
Can i try to attempt it ? :)
As someone with zero authority over this project, I hereby grant @adithyaakrishna @pizzaz93 and @junaidn the permission to help resolve this issue.