react-native-native-listview icon indicating copy to clipboard operation
react-native-native-listview copied to clipboard

rowID == -1 when i use an array of object

Open MatthieuPeyrot opened this issue 9 years ago • 3 comments

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

MatthieuPeyrot avatar Feb 27 '17 14:02 MatthieuPeyrot

I'm seeing the same thing but on iOS only

gvillenave avatar May 24 '17 03:05 gvillenave

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.

gvillenave avatar May 24 '17 03:05 gvillenave

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.

frankros91 avatar Jun 13 '17 19:06 frankros91