react-native-native-listview
react-native-native-listview copied to clipboard
rowID == -1 when i use an array of object
Hi,
I have an issue , when i have an array of object, the rowID return -1 . do you know why ?
You can see an example of the issue : https://github.com/MatthieuPeyrot/protolist.git
I'm seeing the same thing but on iOS only
I was able to work around that issue on iOS by forcing the rowID to 0 when it comes back as -1 for the first item, everything is displaying normally now.
I am also seeing this problem. But it comes back with -1 for a few iterations, not just the first. Then it starts coming through as normal. Not sure what the issue is. Will dig more and see if I can find out.