mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 04:24:15 +00:00
cdb2d2ee79
Summary:The custom java view example on the website frontpage was pretty outdated :) **Test plan (required)** Tested by running the website locally. Closes https://github.com/facebook/react-native/pull/6435 Differential Revision: D3045976 fb-gh-sync-id: 7b9c48fe78988a7f2b329427a477a28abac99f11 shipit-source-id: 7b9c48fe78988a7f2b329427a477a28abac99f11
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