Skip to content

Commit c026fa9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 89818be + 29aa3fc commit c026fa9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ With this before and after I observed the following within a large flat list.
4242

4343
<img src="example2.png"/>
4444

45+
# Connecting to a real device
46+
47+
In order to connect to a real device you will need to set the IP you wish to point to, for example:
48+
49+
```
50+
export default withPerformanceMonitor(AwesomeChat, 'AwesomeChat', '192.168.1.10');
51+
```
4552

4653
# How it works
4754

0 commit comments

Comments
 (0)