增加代码

This commit is contained in:
QuDian
2018-10-30 18:10:09 +08:00
parent 8154f3b5b7
commit 033d4c5786
3 changed files with 32 additions and 12 deletions
+8 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native-fix-text-vie-w",
"name": "react-native-fix-text-view",
"version": "1.0.0",
"description": "",
"main": "index.js",
@@ -12,7 +12,13 @@
],
"author": "",
"license": "",
"devDependencies": {
"react-native": "0.55.4",
"prop-types": "^15.6.2",
"react": "16.3.1"
},
"peerDependencies": {
"react-native": "^0.41.2"
"react-native": "0.x",
"react": "16.x"
}
}