mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
b8e9b22623
Summary: Add My 2 React Native Applications to showcase: - JS Air - iOS and android - [javascriptair podcast](https://javascriptair.com) related - [open source](https://github.com/MacKentoch/jsair-mobile) - PermisPts - iOS only but working on Android version - french driving license related Closes https://github.com/facebook/react-native/pull/8034 Differential Revision: D3412970 fbshipit-source-id: 4f92f4ab369a297f0d48adca28c199ecb9f6c1a6
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