ReactNative 0.43-rc.2 FlatList -- Tried to get frame for out of range index 0
It looks like this only happens when the array passed to FlatList is empty. I was able to get around this by replacing the list with a View
in the case that the data was empty.
This happened to me when I had debug={true}. Removing that fixed it for me.