Home of the documentation and other miscellanea
The documentation for React Navigation emphasizes the importance of documenting both the good and difficult aspects of the library, providing runnable examples, and being transparent about tradeoffs and limitations. Contributors are encouraged to run the documentation locally, make changes, and add new pages. Deployment is managed automatically through Github Actions, with certain tasks reserved for collaborators.
To contribute to the React Navigation documentation, follow these steps:
git clone <repository-url>
yarn install
yarn start
The documentation philosophy for React Navigation highlights the importance of transparency, interactive examples, and thorough explanations of the library’s capabilities. Contributors are encouraged to actively participate in improving the documentation by running it locally, making changes, and following specific guidelines for deployment. By documenting both the positive and challenging aspects, the React Navigation documentation aims to provide a comprehensive resource for users.