RN 0.13.0-rc support.

This commit is contained in:
Joel Arvidsson
2015-10-14 13:00:41 -04:00
parent e3d52beca1
commit ce68fff8f6
2 changed files with 6 additions and 1 deletions

View File

@@ -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,
},
};

View File

@@ -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",