react-native-website icon indicating copy to clipboard operation
react-native-website copied to clipboard

List the default value of each style props

Open tberghuis opened this issue 5 years ago • 6 comments

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?

tberghuis avatar Sep 27 '19 09:09 tberghuis

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.

Simek avatar May 04 '20 23:05 Simek

Can I work on this issue? :)

adithyaakrishna avatar Aug 15 '20 15:08 adithyaakrishna

@rachelnabors and @Simek would this still be useful to document?

I could work on it?

pizzaz93 avatar Mar 29 '22 20:03 pizzaz93

Can i try to attempt it ? :)

junaidn avatar Apr 14 '22 05:04 junaidn

As someone with zero authority over this project, I hereby grant @adithyaakrishna @pizzaz93 and @junaidn the permission to help resolve this issue.

ogallagher avatar Oct 02 '23 01:10 ogallagher