-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined is note an object(evaluating 'React.propTypes.func') #167
Comments
我也遇到了同样的问题,你使用的react-native是什么版本的,我使用的是0.46.4 |
same problem here, i am using "react-native": "0.49.3" |
@bondanherumurti "react-native": "^0.47.2" |
@gooddaddy "react-native": "^0.47.2" |
@JxSx Same problem here, How to fix it? My react-native version is ''0.49.3" |
|
I also got an error with it and some guides below hope to help everyone fix it 💯 DefaultViewPageIndicator.propTypes = { |
这个问题作者不更新修复吗? |
I fork and fix it https://github.com/zhaoqigang/react-native-viewpager |
听说是:这个组建已经过期了,很多api已经更新了,如果想继续用,那就等作者更新最新版本,rn项目中PropType的问题。等不了的朋友可以换 react native swiper |
import PropTypes from 'prop-types'; |
same problem i already have prop-types installed |
Who can help me,please
my code:
The text was updated successfully, but these errors were encountered: