jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
423 stars 176 forks source link

Warnings of SGListView #15

Closed jeanpan closed 5 years ago

jeanpan commented 8 years ago

https://cloud.githubusercontent.com/assets/8940740/17090572/9b41e7ac-51e6-11e6-81e6-568dbae6acb9.png

yeegr commented 8 years ago

Yes, I'm having the same issue

ndao commented 8 years ago

@jeanpan there's an issue i'm having with photos not showing on mount. it's just blank then i kind of drag the screen then the photos show. Do you think it's related to the warnings?

photos

jeanpan commented 8 years ago

@yeegr @ndao, the warning is happened in RC latest version. There are some required props for Listview. I will fix it asap.

FaridSafi commented 8 years ago

same here, I suggest to simply use ListView instead

jeanpan commented 8 years ago

@FaridSafi Yes. I also think it's better to use Listview instead sglistivew. Already merged https://github.com/jeanpan/react-native-camera-roll-picker/pull/18

jeanpan commented 8 years ago

@yeegr @ndao, please check version 1.1.7. Let me know if the warning still exists or not. Thanks!

ndao commented 8 years ago

@jeanpan, SGListView warnings are gone but getting these now. react 15.3.0 react-native 0.30.0

image image image

sibelius commented 5 years ago

we are using FlatList now