mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
bcd3c02ae4
Summary:Update the layout of the navbar on mobile. ![image](https://cloud.githubusercontent.com/assets/2677334/13731791/a95ab05a-e948-11e5-837e-ca14c96abb1f.png) **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