4642733743
Summary:3 small changes Added a published android app to the showcase. Modified the rendering of the apps. When there's a _source_ property on the app object, the link will show up as shown in this screenshot. ![screen shot 2016-02-04 at 9 13 31 am](https://cloud.githubusercontent.com/assets/5065940/12823220/a79bafcc-cb1f-11e5-8cf5-03b03ecadc45.png) Also, external links have the _blank target and not just blank (without the underscore), so a new tab/window will always be opened. Closes https://github.com/facebook/react-native/pull/5761 Differential Revision: D2943464 fb-gh-sync-id: 18c88a90fc7c477730a78442ab0ab45733676dea shipit-source-id: 18c88a90fc7c477730a78442ab0ab45733676dea |
||
---|---|---|
.. | ||
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