-
Notifications
You must be signed in to change notification settings - Fork 61
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 (evaluating 'items.forEach') #38
Comments
Make sure you have all of the props passed in correctly. You need to have the dataSource property set with data. |
Same issue here. Looking for another component |
Same issues here |
Same issues here. |
if you are using cloneWithRows while assigning to dataSource, comment it and assign the values directly to dataSource like dataSource: data instead of hope it helps! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this error is coming in groupItems index.js 16, I am using react native version 0.37 and react 15.3.2
The text was updated successfully, but these errors were encountered: