a8bbb98805
Summary: This app is written entirely in React Native, and available on the iOS and Google Play app stores. Blogpost: https://logbook.hanno.co/prepd-pros-cons-react-native/ Case study: https://hanno.co/work/prepd/ Closes https://github.com/facebook/react-native/pull/12434 Differential Revision: D4601147 Pulled By: hramos fbshipit-source-id: b00ddc4d99574405c2c78a9e89e41d4ebc352f1c |
||
---|---|---|
.. | ||
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