a97127b7bb
Summary:Forgot to fix the description of the example in #6435 `UIProp` -> `ReactProp` Closes https://github.com/facebook/react-native/pull/6442 Differential Revision: D3056520 fb-gh-sync-id: 0995ba66d550279bb75daa733673c68d37c5c793 shipit-source-id: 0995ba66d550279bb75daa733673c68d37c5c793 |
||
---|---|---|
.. | ||
core | ||
jsdocs | ||
layout | ||
server | ||
src/react-native | ||
.gitignore | ||
README.md | ||
package.json | ||
publish-gh-pages.js | ||
setup.sh |
README.md
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