Skip to content

Commit a14aeaa

Browse files
authored
docs: Document the known issues with the iOS Simulator (react-native-netinfo#43)
[ci skip]
1 parent 995e7e7 commit a14aeaa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ about: Report a reproducible or regression bug.
44
labels: 'bug'
55
---
66

7+
<!-- NOTE: The iOS Simulator has some known issues with report network state changes. Please DO NOT report iOS bugs unless you are seeing them on a real device. -->
8+
79
## Environment
810
<!-- Run `react-native info` in your terminal and paste its contents here. -->
911

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ NetInfo.isConnectionExpensive().then(isConnectionExpensive => {
192192
});
193193
```
194194

195+
## Known issues with the iOS simulator
196+
197+
There is a [known](http://openradar.appspot.com/14585459) [issue](http://www.openradar.appspot.com/29913522) with the iOS Simulator which causes it to not receive network change notifications correctly when the host machine disconnects and then connects to Wifi. If you are having issues with iOS then please test on an actual device before reporting any bugs.
198+
195199
## Maintainers
196200

197201
* [Matt Oakes](https://github.com/matt-oakes) - [Freelance React Native Developer](http://mattoakes.net)

0 commit comments

Comments
 (0)