mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
* Initial commit * Remove HybridExample (#985) * Remove HybridExample * Remove last mention of HelloHybrid * Remove console log * Fix flow and example * Fix routers api docs * Keep options in single place * chore * Fix styling * Organise miscs * Better flow type for screen options * Flow test website and add more types to options * navigationOptions instead of prevOptions makes more sense * Fixes * Fix up docs * Fix * Update route decl * Provide error when removed API is used * Remove lock * Add validators * Make StacksOverTabs config valid again * Do not return * Fix redbox
React Navigation Website
Basic Auth
We have basic auth on the website while the repo is private.
User: navigate
Pass: navigate
.
Dev Mode
To run the website in development mode:
cd react-navigation
npm run build
cd website
npm start
Test Server Rendering
To run the website in server prod mode with server rendering:
cd react-navigation
npm run build
cd website
npm run prod
This will start the production server on port 3000.
Rebuild Docs
When docs change, the following command must be run again to copy the docs into the website:
cd react-navigation
npm run build-docs
# OR, do a full build:
npm run build