File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.2.0 - 2019-09-23 (Yellow Mark)
2
+
3
+ - (iOS/Android) Added getGatewayIPAddress method (thanks @parrotmac )
4
+ - (iOS/Android) Updated getIPV4Address to return WIFI IP if connected (thanks @Rapsssito )
5
+ - (Android) Added getFrequency to get wifi frequency (thanks @antonkulyk )
6
+
1
7
## 5.1.0 - 2019-06-24 (The Upside Down)
2
8
3
9
- (iOS/Android) Added getSubnet method (thanks @richardvclam )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-network-info" ,
3
- "version" : " 5.1 .0" ,
3
+ "version" : " 5.2 .0" ,
4
4
"description" : " Get local network information" ,
5
5
"main" : " NetworkInfo.js" ,
6
6
"types" : " NetworkInfo.d.ts" ,
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "react-native-network-info"
3
- s . version = "5.1 .0"
3
+ s . version = "5.2 .0"
4
4
s . summary = "Get local network information"
5
5
6
6
s . homepage = "https://github.com/pusherman/react-native-network-info"
You can’t perform that action at this time.
0 commit comments