Update flow
Showing
.flowconfig
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package-lock.json
0 → 100644
... | @@ -13,8 +13,15 @@ | ... | @@ -13,8 +13,15 @@ |
"type": "git", | "type": "git", | ||
"url": "https://github.com/qiuxiang/react-native-amap3d" | "url": "https://github.com/qiuxiang/react-native-amap3d" | ||
}, | }, | ||
"scripts": { | |||
"flow": "flow" | |||
}, | |||
"peerDependencies": { | "peerDependencies": { | ||
"react": "*", | "react": ">=16", | ||
"react-native": "*" | "react-native": ">=0.47" | ||
}, | |||
"devDependencies": { | |||
"flow-bin": "^0.57.3", | |||
"prop-types": "^15.6.0" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment