You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just tried installing this on RN 0.50 and could not get it to work. Complained about polyfills or something like that. This seems to be a common issue - tried a few others before giving this one a try. Always save the best for last - or so I thought. :-)
Any ideas on how to fix?
Exact error message is "undefined is not an object (evaluating '_react2.PropTypes.func')"
Thanks in advance.
Cheers, Markus
The text was updated successfully, but these errors were encountered:
profiVideos
changed the title
Installation was ok, however once I tried to use the emoji-picker I got an error message on the Android simulator
Installation was ok, but got "undefined is not an object (evaluating '_react2.PropTypes.func')"
Jan 4, 2018
Update. Did some reading and it seems that in react-native build 0.45.1 they removed ProcTypes from the core React module (vsersion 16.0.0) which is what I have installed. Here's a link to that issue. facebook/react-native#14588
On a whim I tried installing the ProcTypes module (I wasn't really expecting it to work) and that brought a new error message - "Requiring module "623", which threw an exception: TypeError: undefined is not an object (evaluating '_react2.PropTypes.func')
Hi, just tried installing this on RN 0.50 and could not get it to work. Complained about polyfills or something like that. This seems to be a common issue - tried a few others before giving this one a try. Always save the best for last - or so I thought. :-)
Any ideas on how to fix?
Exact error message is "undefined is not an object (evaluating '_react2.PropTypes.func')"
Thanks in advance.
Cheers, Markus
The text was updated successfully, but these errors were encountered: