43231c0524
Summary: Update web player (which now uses 0.0.29 of react-native-web) to support ListView. lacker **Test plan (required)** ![screen shot 2016-07-05 at 7 15 08 pm](https://cloud.githubusercontent.com/assets/1198882/16605576/10f80956-42e5-11e6-8b19-4b8242625d23.png) Closes https://github.com/facebook/react-native/pull/8591 Differential Revision: D3521276 Pulled By: JoelMarcey fbshipit-source-id: 896a7ee77b9592f7cf95d6d48e5f4ddea76f5f07 |
||
---|---|---|
.. | ||
core | ||
jsdocs | ||
layout | ||
server | ||
src/react-native | ||
.gitignore | ||
README.md | ||
package.json | ||
publish-gh-pages.js | ||
setup.sh |
README.md
Install prerequisites
Before running the website, make sure you've run the following:
git clone https://github.com/facebook/react-native.git
cd react-native
npm install
Run the website server
The first time, get all the website dependencies loaded via
cd website
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