mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
8e43b24a36
Summary: Sync new React fixes. Includes... https://github.com/facebook/react/pull/6584 https://github.com/facebook/react/pull/6587 https://github.com/facebook/react/pull/6588 https://github.com/facebook/react/pull/6590 Since this require PanResponder to be restored I also included D3210771 here. Reviewed By: spicyj Differential Revision: D3221285 fb-gh-sync-id: cbb6b1dd0fd0443d246957ceb94b6a424c09c24e fbshipit-source-id: cbb6b1dd0fd0443d246957ceb94b6a424c09c24e
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