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.
- Clone the repo and run the server.
git clone [email protected]:vinceyuan/ReactNativeDebugDemo.git
cd ReactNativeDebugDemo
npm install
react-native start
- In another terminal window, input
react-native run-ios
orreact-native run-android
to run the app.