halilb / react-native-photo-browser

Local and remote media gallery with captions, selections and grid view support for react native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do i have option to use it without the option to selected image?

roysG opened this issue · comments

commented

Hi @roysG!

Could you elaborate the problem you're having? Do you mean not defining selected property of media objects?

Closing for inactivity. Let me know if you have any update on the issue.

Sorry to re-open such an old issue but I think @roysG may have been trying to work out the same thing I am.

Basically the grid in react-native-photo-browser alone is one of the only react native plugins that do this really well. What I'd like to do is just have it so you select an image on the grid, without being shown the full-screen page.

Basically using the app as an image picker from a grid if that makes any sense?

I've tried overriding the onSelectionChanged but it doesnt appear to work like that.

Any tips or info would be greatly appreciated @halilb :)