4b907d2312
Summary:My update is to the app showcase on the react native website, adding my :NTH iOS app (in alphabetical order). :NTH App can test the equations of the CSS Selectors. :NTH App: https://itunes.apple.com/us/app/nth/id1102663176?mt=8 Showcase: https://facebook.github.io/react-native/showcase.html Closes https://github.com/facebook/react-native/pull/7042 Differential Revision: D3212549 Pulled By: mkonicek fb-gh-sync-id: f19866f1d2ac53fb7f1295ff5155db2d690bb9b4 fbshipit-source-id: f19866f1d2ac53fb7f1295ff5155db2d690bb9b4 |
||
---|---|---|
.. | ||
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