-
Notifications
You must be signed in to change notification settings - Fork 185
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
You're attempting to include a mixin that is either null or not an object #120
Comments
+1 |
+1 |
Does it work with earlier RN versions? @nyura123 could you check? |
No progress on this? |
@aksonov I've had this issue with RN 0.32 and 0.33. I worked around it by removing the require of
UPDATE: Now the installation on the new machine is acting the same as the old -- it needs the workaround. Weird caching issue? Or just me being confused? I see another project had to remove NativeMethodsMixin but then they had to add it back in. Go figure. |
@chetstone The warning goes away for me when removing the require native mixins. Can we just make the change? I wouldn't want to do an entire fork just for one line. I made a pr. pull #127 |
Resolved in #129 |
When importing:
import TableView from 'react-native-tableview';
I'm getting this warning:
ExceptionsManager.js:82Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.
Versions
The text was updated successfully, but these errors were encountered: