react-native-gridview
react-native-gridview copied to clipboard
Yellow Box Error for incorrect `data` PropType
The docs state that the data prop can be either an object or an array ("data (Array:Object) - The raw array or object (for sectioned grids"), and it runs fine when supplied an object, but there's still a Yellow Box error complaining about the type being incorrect.