Spikef/react-native-gesture-password

在react16版本上不兼容

Closed this issue · 1 comments

React.PropTypes在react16版本中无法使用,因为在React15.5版本以后PropTypes已经迁移到另一个库里去了,新的调用方式如下:
import PropTypes from 'prop-types';

#23 fixed this and the version is 0.3+