mirror of
https://github.com/status-im/react-native.git
synced 2025-02-13 01:46:59 +00:00
Summary: Improve column layout for _phone vs. tablet_ & _portrait vs landscape_ variations. This change only affects handheld devices, or devices with really small (physical) screen dimensions. See previews bellow: Phone - landscape ![phone-landscape](https://cloud.githubusercontent.com/assets/829963/15448311/53863428-1f5e-11e6-9e05-d98587b9752f.png) Phone - portrait ![phone-portrait](https://cloud.githubusercontent.com/assets/829963/15448309/5385eb9e-1f5e-11e6-8d12-6bda7e1d2e7f.png) Tablet - landscape ![tablet-landscape](https://cloud.githubusercontent.com/assets/829963/15448312/538719a6-1f5e-11e6-9a2c-52d0c9109f09.png) Tablet - portrait ![tablet-portrait](https://cloud.githubusercontent.com/assets/829963/15448310/53862636-1f5e-11e6-87ff-727568d7dd1f.png) Closes https://github.com/facebook/react-native/pull/7669 Differential Revision: D3332676 Pulled By: vjeux fbshipit-source-id: 8cfc1903e35fd62c82fcd8dd1e05a1e2062c555d
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