meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
715 stars 298 forks source link

fix: covert number to string #113

Open poria-cat opened 6 years ago

poria-cat commented 6 years ago

index of virtualizedCell.cellKey in FlastList should be a string

tincho1089 commented 6 years ago

This is the correct way to resolve the problem in runtime.

nicoladj77 commented 5 years ago

This should be merged