mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 14:13:26 +00:00
774757d628
Summary:Destructuring of Text component was missing from example Closes https://github.com/facebook/react-native/pull/5998 Differential Revision: D2948871 fb-gh-sync-id: 83c2c633f768028d28d5e9ba37463021c8dc5eea shipit-source-id: 83c2c633f768028d28d5e9ba37463021c8dc5eea
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