'Constructor' has no propTypes for native prop 'RCTView.hitSlop' of native type 'UIEdgeInsets'

'Constructor' has no propTypes for native prop 'RCTView.hitSlop' of native type 'UIEdgeInsets'_第1张图片

今天 git clone了 一个 https://github.com/ljunb/react-native-iShiWuPai  开源的 reactNative 项目, 然后 react-native run-ios 发现如图报错 ,后来 又重新 npm Install后发现 了一个警告, npm WARN [email protected] requires a peer of [email protected] but none was installed.

所以 npm install --save [email protected] 后 解决问题

你可能感兴趣的:('Constructor' has no propTypes for native prop 'RCTView.hitSlop' of native type 'UIEdgeInsets')