We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304f796 commit 996f319Copy full SHA for 996f319
2 files changed
README.md
@@ -36,8 +36,9 @@ npm i @freakycoder/react-native-header-view
36
```
37
"react": ">= 16.x",
38
"react-native": ">= 0.55.x",
39
-"@freakycoder/react-native-helpers": ">= 0.0.2",
+"react-native-vector-icons": ">= 6.6.0",
40
"react-native-dynamic-vector-icons": ">= x.x.x"
41
+"@freakycoder/react-native-helpers": ">= 0.0.2",
42
43
44
# Options
package.json
@@ -28,7 +28,8 @@
28
"peerDependencies": {
29
30
31
- "@freakycoder/react-native-helpers": ">= 0.0.2",
32
- "react-native-dynamic-vector-icons": ">= x.x.x"
+ "react-native-vector-icons": ">= 6.6.0",
+ "react-native-dynamic-vector-icons": ">= x.x.x",
33
+ "@freakycoder/react-native-helpers": ">= 0.0.2"
34
}
35
0 commit comments