Mike Grabowski 7165efce02 Upgrade babel-plugin-flow-prop-types (#1045)
* Fix build

* Latest version fixes Header

* Fix propTypes from react-native leaking to web context

* Update todo notice
2017-04-14 17:38:52 +05:30
..
2017-04-12 15:49:08 -07:00

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