-
Notifications
You must be signed in to change notification settings - Fork 74
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 not an object (React.PropTypes.func) #21
Comments
this may be helpful for you https://reactjs.org/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes |
@xiewang I suggest changing the library so people do not have to reduce the version of react native. The modified files were: react-native-emoctions/package.json The modifications were: In file react-native-emoctions/package.json AFTER
In file react-native-emoctions/tab.js
//AFTER
By changing the tab.js file to the new structure of PropTypes (external library) and updating and inserting the dependencies of the package.json file, the library works without errors. |
You are correct. I just miss it. I'll fix it later. Thanks a lot. |
@renatosistemasvc .Thank you. |
@WapiMukki Show me an error image. Or a console.log.. I'm using it without any problem. Show more details to find out what's happening. |
You are correct. problem fix it. |
even though react-native-scrollable-tab-view to latest problem still remaining.any guidance? thanks guys |
still getting this error myself. anyone find a solution? |
我用的0.55.4的版本,也出现这个错误。 使用时出现这个错误! 但是不知道怎么解决 |
I stumbled on this GH issue looking for a fix to this same error for a non-native ReactJS project. For what its's worth, I just "fixed" it by downgrading from |
I'm having the same problem:
#15
I do not feel like changing the version of react native. There is another solution?
my version:
"react-native": "0.52.0"
The text was updated successfully, but these errors were encountered: