I need refresh() because I sometimes have new assets added to the CameraRoll while this component is mounted. I need to periodically reload the assets.
Also, sometimes I need to change the configuration props on the fly. Before this PR, those prop changes had no effect.
I need refresh() because I sometimes have new assets added to the CameraRoll while this component is mounted. I need to periodically reload the assets.
Also, sometimes I need to change the configuration props on the fly. Before this PR, those prop changes had no effect.
Hope you like it :)