Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 977 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 977 Bytes

ReactNativeDebugDemo

Originally, it's the demo project for my talk at a React.js / React Native meetup in April 2017. After the talk, I wrote an article about it on Medium.

Steps to run

  1. Clone the repo and run the server.
git clone [email protected]:vinceyuan/ReactNativeDebugDemo.git
cd ReactNativeDebugDemo
npm install
react-native start
  1. In another terminal window, input react-native run-ios or react-native run-android to run the app.

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot