File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments