File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.0 - 2017-08-07 (Flapjack)
2+
3+ ### Breaking Changes
4+ - Updated to support React Native 0.47
5+
6+
17## 2.2.0 - 2017-05-23 (Juggernaut)
28
39### Features
Original file line number Diff line number Diff line change 22
33React Native library for getting information about the devices network
44
5+ ## Requirements
6+
7+ Version 3+ requires RN 0.47 or higher
8+ Version 2+ requires RN 0.40 - RN 0.46
9+
510## Installation
611
712``` javascript
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-network-info" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " Get local network information" ,
55 "main" : " NetworkInfo.js" ,
66 "repository" : {
1515 " lan"
1616 ],
1717 "peerDependencies" : {
18- "react-native" : " >=0.40 "
18+ "react-native" : " >=0.47 "
1919 },
2020 "author" : " Corey Wilson <corey@eastcodes.com> (https://github.com/powerfulninja)" ,
2121 "license" : " MIT"
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "react-native-network-info"
3- s . version = "2.1 .0"
3+ s . version = "3.0 .0"
44 s . summary = "Get local network information"
55
66 s . homepage = "https://github.com/pusherman/react-native-network-info"
You can’t perform that action at this time.
0 commit comments