mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-11 19:37:57 +08:00
Summary:Update the layout of the navbar on mobile.  **Test plan (required)** Tested locally in mobile chrome and safari. Closes https://github.com/facebook/react-native/pull/6438 Differential Revision: D3046701 Pulled By: vjeux fb-gh-sync-id: 5c8e10867160db584a9055b29f9dd54e4a4d028f shipit-source-id: 5c8e10867160db584a9055b29f9dd54e4a4d028f
Run the website server
The first time, get all the dependencies loaded via
npm install
Then, run the server via
npm start
open http://localhost:8079/react-native/index.html
Anytime you change the contents, just refresh the page and it's going to be updated.
Publish the website
cd website
npm run publish-website