11---
22name : Bug report
33about : Create a report to help us improve
4- title : ' '
4+ title : " "
55labels : Bug
6- assignees : ' '
7-
6+ assignees : " "
87---
98
109# About
@@ -17,36 +16,38 @@ Devtools is unresponsive when using on an Android device with expo.
1716
1817<!-- Replace the below steps with your reproduction. -->
1918
20- 1 . Clone [ this example] ( https://github.com/kadikraman/UrqlTest ) react native project
21- 2 . Plug in Android phone via USB
22- 3 . Run ` yarn install `
23- 4 . Run ` yarn start `
24- 5 . Open devtools using npx ` npx urql-devtools `
19+ 1 . Clone [ this example] ( https://github.com/kadikraman/UrqlTest ) react native project
20+ 2 . Plug in Android phone via USB
21+ 3 . Run ` yarn install `
22+ 4 . Run ` yarn start `
23+ 5 . Open devtools using npx ` npx urql-devtools `
2524
2625## Expected result
2726
2827<!-- Tell us what you expected. -->
2928
30- - App opens on Android phone
31- - Urql Devtools opens in standalone window
32- - Urql devtools detects app
29+ - App opens on Android phone
30+ - Urql Devtools opens in standalone window
31+ - Urql devtools detects app
3332
3433## Actual result
3534
3635<!-- Tell us what actually happened. -->
3736
38- - App opens on Android phone
39- - Urql devtools opens in standalone window
40- - Urql devtools stays on "waiting for exchange" notice
37+ - App opens on Android phone
38+ - Urql devtools opens in standalone window
39+ - Urql devtools stays on "waiting for exchange" notice
4140
4241# Additional info
4342
4443<!-- For native bug reports -->
44+
4545os: ` Ubuntu 20.04 `
4646urql-devtools version: ` v0.0.0 `
4747@urql/devtools version: ` v0.0.0 `
4848
4949<!-- For browser extension bug reports -->
50+
5051browser: ` chrome 88 (macOS) `
5152extension version: ` v0.0.0 `
5253@urql/devtools version: ` v0.0.0 `
0 commit comments