Skip to content

Commit 996f319

Browse files
committed
README is updated
1 parent 304f796 commit 996f319

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ npm i @freakycoder/react-native-header-view
3636
```
3737
"react": ">= 16.x",
3838
"react-native": ">= 0.55.x",
39-
"@freakycoder/react-native-helpers": ">= 0.0.2",
39+
"react-native-vector-icons": ">= 6.6.0",
4040
"react-native-dynamic-vector-icons": ">= x.x.x"
41+
"@freakycoder/react-native-helpers": ">= 0.0.2",
4142
```
4243

4344
# Options

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"peerDependencies": {
2929
"react": ">= 16.x",
3030
"react-native": ">= 0.55.x",
31-
"@freakycoder/react-native-helpers": ">= 0.0.2",
32-
"react-native-dynamic-vector-icons": ">= x.x.x"
31+
"react-native-vector-icons": ">= 6.6.0",
32+
"react-native-dynamic-vector-icons": ">= x.x.x",
33+
"@freakycoder/react-native-helpers": ">= 0.0.2"
3334
}
3435
}

0 commit comments

Comments
 (0)