Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocs: Arrange props alphabetically #2604
Comments
|
So this would be just rearranging the props list in each markdown file to be alphabetical? If so, this seems like a good first issue for me. |
|
Yeah @a-developer-and-her-mac the idea to make prop search more fast and intuitive for the mobile users as |
|
Avatar was done in: #2605 I'm also fine if someone wants to do more than one component per PR if that is easier. |
|
Alright, I'll try to do at least two per PR. If it's alright though, I might wait for a week so the rest can count towards Hacktoberfest. |
|
Removing all assignees as this is a big issue so multiple people can work on this simultaneously. |
|
As there can be multiple assignees, can I take up and edit few of the component's markdown files ? |
|
@mukuakhilesh go ahead :) |
pranshuchittora
mentioned this issue
pranshuchittora
linked a pull request that will
close
this issue
|
I can work upon checkbox.md for now, if no one has started to work on it. |
|
Great, adding this to the issue description :) |
|
@pranshuchittora , I made a pull request in which I arranged props of image.md file in order. Can you please check. |
pranshuchittora
linked a pull request that will
close
this issue
|
I'll start working on badge.md and button.md. |
|
@pranshuchittora I have made a pull request for checkbox.md. Can you check it once. |
|
@pranshuchittora add Tooltip to Progress as done |
|
Hey ! if nobody work on those can I take tile.md and slider.md ? |
Sure |
mukuakhilesh
mentioned this issue
|
slider and tile were done in : #2619 . |
|
I've made a pull request and sorted component in overlay.md file. #2622 . |
|
I will start work on pricing.md and rating.md, if no one has started on these. |
Great. Go Ahead :) |
|
I would like to work on searchbar.md and listitem.md if no one has started working on it! |
Ya sure, pls go ahead :) |
Made a PR - Docs: arrange props alphabetically in searchbar.md, listitem.md #2629 . Kindly review it :) |
|
Hi! Just made a PR - Arranged props alphabetically in pricing.md #2631. |
|
Is someone working on rating.md. If no, then I can take it up. |
|
Hi @dummy26 thanks, I have merged your PRs. |
|
I will alphabetize input.md's props. |
chas-e
mentioned this issue
Changed button, input and text.md react-native-elements#2604
Nikodermus
mentioned this issue
|
Hello! Can I work on this? |
|
Any other docs here that need help? I'd like to work on this. Bottomsheet.md is already done, and can be added to progress checklist. |


The documentation of all components lists the
propsas well as their usage. It would be great if we arrange thepropslist alphabetically to make it easier to find the required props.Just like the expo docs and others.
Proposed Fix
The docs are written using
markdownand can be found here.You can make multiple PRs (one PR for one component ) as it makes it easy to review. Considering the surface area of this issue.
As multiple peoples will be working on this issue, make sure to comment down the name of the component you will work on.
Progress