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

camera-roll-picker does not re-render after state change #62

Open nakulkundaliya opened 7 years ago

nakulkundaliya commented 7 years ago

issue_camera_picker

After changing value of All to Albums, camera roll picker does not re-render. It only renders one time when component mount and take the value for groupTypes which was provided to it. And when I change the value in state and provide that new value to groupTypes it does not re-render.

flybayer commented 6 years ago

I have a PR that fixes this, but it's been open for a very long time: #35