mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-06-16 05:16:43 +08:00
RN 0.13.0-rc support.
This commit is contained in:
@@ -15,6 +15,11 @@ var iface = {
|
||||
propTypes: {
|
||||
fontFile: PropTypes.string,
|
||||
numberOfLines: PropTypes.number,
|
||||
scaleX: PropTypes.number,
|
||||
scaleY: PropTypes.number,
|
||||
translateX: PropTypes.number,
|
||||
translateY: PropTypes.number,
|
||||
rotation: PropTypes.number,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react-native": ">=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc"
|
||||
"react-native": ">=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^3.8.0",
|
||||
|
||||
Reference in New Issue
Block a user