react-native-grid-view icon indicating copy to clipboard operation
react-native-grid-view copied to clipboard

undefined is not an object (evaluating 'items.forEach')

Open Rashhh opened this issue 8 years ago • 5 comments

this error is coming in groupItems index.js 16, I am using react native version 0.37 and react 15.3.2

Rashhh avatar Dec 05 '16 10:12 Rashhh

Make sure you have all of the props passed in correctly. You need to have the dataSource property set with data.

slimeygecko avatar Dec 05 '16 16:12 slimeygecko

Same issue here. Looking for another component

ghost avatar Jan 11 '17 11:01 ghost

Same issues here

khiconit avatar Mar 19 '17 16:03 khiconit

Same issues here.

JaeHeyK avatar Aug 16 '17 16:08 JaeHeyK

if you are using cloneWithRows while assigning to dataSource, comment it and assign the values directly to dataSource like

dataSource: data

instead of dataSource: ds.cloneWithRows(data)

hope it helps!

bharathdoijode avatar Sep 14 '17 06:09 bharathdoijode