Skip to content

Commit 7c40a50

Browse files
committed
Examples and Readme
1 parent 1eef8a4 commit 7c40a50

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Examples/Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.3.1",
1111
"react-native": "0.55.4",
12-
"react-native-android-wifi": "0.0.30"
12+
"react-native-android-wifi": "0.0.31"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "23.0.1",

Examples/ExampleAPI25/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.3.1",
1111
"react-native": "0.55.4",
12-
"react-native-android-wifi": "0.0.30"
12+
"react-native-android-wifi": "0.0.31"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "23.0.1",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ npm install react-native-android-wifi --save
1414
### Install the native dependencies
1515
Use react-native link to install native dependencies automatically:
1616
```bash
17-
react-native link
17+
react-native link react-native-android-wifi
1818
```
1919
or do it manually as described [here](docs/link-manually.md).
2020

0 commit comments

Comments
 (0)