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

Add logic to show style props in docs #170

Merged
merged 1 commit into from
Mar 23, 2015
Merged

Add logic to show style props in docs #170

merged 1 commit into from
Mar 23, 2015

Conversation

fkling
Copy link
Contributor

@fkling fkling commented Mar 20, 2015

This is still missing linking style props that are defined as style: Text.propTypes.style to the correct prop (i.e. Text#style in this case). This could also be done in the documentation parser btw (instead of the frontend).

screen shot 2015-03-19 at 5 26 25 pm

I'm currently reusing the Component layout for the LayoutPropTypes page.

@vjeux
Copy link
Contributor

vjeux commented Mar 20, 2015

Awesome!

Can you split this into two pull requests. One for the website that you can merge directly (or push it). And one for the lib code that you can either do a pull request here or send an internal diff.

Thanks!

@fkling
Copy link
Contributor Author

fkling commented Mar 20, 2015

Sure!

@@ -11,21 +11,19 @@ var ReactPropTypes = require('ReactPropTypes');

var merge = require('merge');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused now?

@vjeux
Copy link
Contributor

vjeux commented Mar 21, 2015

Your internals changes have landed on github, you should be able to push the rest :)

@fkling
Copy link
Contributor Author

fkling commented Mar 23, 2015

I made changes to also link style: Text.propTypes.style to text.html#style automatically.

fkling added a commit that referenced this pull request Mar 23, 2015
Add logic to show style props in docs
@fkling fkling merged commit 3a2b1be into facebook:master Mar 23, 2015
harrykiselev pushed a commit to harrykiselev/react-native that referenced this pull request Aug 5, 2015
acoates-ms pushed a commit to acoates-ms/react-native that referenced this pull request Oct 8, 2019
ayushjainrksh referenced this pull request in MLH-Fellowship/react-native Jul 2, 2020
* Add missing method presentLocalNotification

* Fix broken link
react-one pushed a commit to react-one/react-native that referenced this pull request Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants