Skip to content

Commit

Permalink
Add screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceyuan committed May 13, 2017
1 parent 4532f7f commit 67f2a38
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
Binary file added Example1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Example2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Example3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MainView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReactNativeDebugDemo

Originally, it's the demo for my talk at a React Native [meetup](https://www.meetup.com/React-Singapore/events/237578363/).
Originally, it's the demo project for my talk at a React.js / React Native [meetup](https://www.meetup.com/React-Singapore/events/237578363/). After the talk, I wrote a post about it on [Medium](https://medium.com/@vinceyuan/react-native-debugging-tools-3a24e4e40e4).

#### Steps to run

Expand All @@ -14,3 +14,13 @@ react-native start
```

2. In another terminal window, input `react-native run-ios` or `react-native run-ios` to run the app.

#### Screenshots

![Screenshot](https://github.com/vinceyuan/ReactNativeDebugDemo/raw/master/MainView.png)

![Screenshot](https://github.com/vinceyuan/ReactNativeDebugDemo/raw/master/Example1.png)

![Screenshot](https://github.com/vinceyuan/ReactNativeDebugDemo/raw/master/Example2.png)

![Screenshot](https://github.com/vinceyuan/ReactNativeDebugDemo/raw/master/Example3.png)

0 comments on commit 67f2a38

Please sign in to comment.