react-native-image-gallery
react-native-image-gallery copied to clipboard
[FIX] - In Viewpager, Flatlist's key needs to be a string
Warning is displayed in react native 0.60.3:
Warning: Failed child context type: Invalid child context
virtualizedCell.cellKeyof typenumbersupplied toCellRenderer, expectedstring.
The warning is removed when replacing the key from a number to a string
Can this be merged in please?
Thanks for the outstanding tool, excellent.
I've also been getting this warning, would be great if this fix could be merged.