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

List the default value of each style props #1297

Open
tberghuis opened this issue Sep 27, 2019 · 5 comments
Open

List the default value of each style props #1297

tberghuis opened this issue Sep 27, 2019 · 5 comments
Labels
👻 Missing Docs Documentation is missing 👋 Good first issue Interested in collaborating? Take a stab at fixing one of these issues. 📼 Outdated Docs Documentation is there, but outdated or wrong.

Comments

@tberghuis
Copy link

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?

@rachelnabors rachelnabors self-assigned this Feb 26, 2020
@Simek
Copy link
Collaborator

Simek commented May 4, 2020

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 Simek added 👻 Missing Docs Documentation is missing 📼 Outdated Docs Documentation is there, but outdated or wrong. 👋 Good first issue Interested in collaborating? Take a stab at fixing one of these issues. labels May 4, 2020
@rachelnabors rachelnabors removed their assignment May 5, 2020
@adithyaakrishna
Copy link

Can I work on this issue? :)

@pizzaz93
Copy link

pizzaz93 commented Mar 29, 2022

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

I could work on it?

@junaidn
Copy link
Contributor

junaidn commented Apr 14, 2022

Can i try to attempt it ? :)

@ogallagher
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👻 Missing Docs Documentation is missing 👋 Good first issue Interested in collaborating? Take a stab at fixing one of these issues. 📼 Outdated Docs Documentation is there, but outdated or wrong.
Projects
None yet
Development

No branches or pull requests

7 participants