mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 00:39:03 +00:00
91788d2bbd
Summary:I forgot to add a deprecation warning to PullToRefreshViewAndroid when I worked on RefreshControl. This adds one as well as remove it from the website and remove the UIExplorer example. Now that we have versioned doc I think it is fine to remove deprecated stuff from the website so it is easier for users to know what component they should use. Last thing, I enabled flow in RefreshControl and fixed the one warning. Closes https://github.com/facebook/react-native/pull/6055 Differential Revision: D2959502 Pulled By: mkonicek fb-gh-sync-id: 9b23f84ea35c770bfe2a83d0fd3ec7e439669c33 shipit-source-id: 9b23f84ea35c770bfe2a83d0fd3ec7e439669c33
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