f6b0c13fd6
Summary:This exposes the `Clipboard` API by showing it in the documentation. **Test plan** Ran the website locally, made sure it worked. 🌴 Closes https://github.com/facebook/react-native/pull/6247 Differential Revision: D3000208 Pulled By: vjeux fb-gh-sync-id: 2154cfe0532d3a39f90bfc19402ac7a5814ea2db shipit-source-id: 2154cfe0532d3a39f90bfc19402ac7a5814ea2db |
||
---|---|---|
.. | ||
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