-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 documentation for DevSettingsModule #1523
Comments
Can I write a doc for it ? |
Yeah that would be awesome! |
it sounds good, I gonna work on it and I'll make my PR asap! |
@rickhanlonii Where should I write the doc ? in settings.md!! |
@mohamedsgap I would add it as an API reference like https://facebook.github.io/react-native/docs/clipboard |
Hey @rickhanlonii just need you to review DevSettings API reference #1539 to see if i wrote it correctly or need some changes! |
* started doc addMenuItem * added API reference DevSettings * Update DevSettings API reference * Update docs/devsettings.md Co-Authored-By: Ricky <[email protected]> Co-authored-by: Ricky <[email protected]>
…ebook#1539) * started doc addMenuItem * added API reference DevSettings * Update DevSettings API reference * Update docs/devsettings.md Co-Authored-By: Ricky <[email protected]> Co-authored-by: Ricky <[email protected]>
@rickhanlonii can we add a reference for |
…ebook#1539) * started doc addMenuItem * added API reference DevSettings * Update DevSettings API reference * Update docs/devsettings.md Co-Authored-By: Ricky <[email protected]> Co-authored-by: Ricky <[email protected]>
Looks like the docs are baked! Thank you, all! |
@estevaolucas yeah feel free to submit a PR! |
@rickhanlonii it's already fixed. @Simek already added the reference for `reload method here #1722. Thank you! |
In facebook/react-native#25848 we added a new method to DevSettings
addMenuItem
which allows users to add additional dev menu options to their app.This module was previously undocumented because it was mostly only used internally.
Now that there's a method users may use, we should document it.
The text was updated successfully, but these errors were encountered: