81bf5decb1
Summary: I went through and checked what React Native exports that we don't have any autogen docs for, and added the missing stuff into the whitelist. The extra docs seem useful. Still not reference-documented because docgen chokes: AppStateIOS ART Keyboard LinkingIOS Platform RecyclerViewBackedScrollView Touchable UIManager I also fixed up a bit of alphabetical order Closes https://github.com/facebook/react-native/pull/8791 Differential Revision: D3566466 Pulled By: lacker fbshipit-source-id: 0d7c1f242c96bf9afe5f8b54ea7e0b6891effa4b |
||
---|---|---|
.. | ||
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