Edward Akerboom

Results 26 comments of Edward Akerboom

Ok, that's it. It's working correctly for me now, I can successfully and easily swipe away a picture to close the gallery.

I tried it as well, and something broke somewhere in my merge. Additionally, I'm starting to think that https://github.com/merryjs/photo-viewer is perhaps a better library for my needs... Only works if...

These guys explain it better than me: https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md

For what it's worth, I've now merged the patches correctly and the version at https://github.com/infostreams/react-native-image-gallery/tree/dev is working. It's nowhere near as smooth or nice as the gallery component [I linked...

Hi, I think our work indeed overlaps, but my latest version basically undoes the 'onSwipe' event in favor of a more generic event that just provides me with the transform...

Seems like you have a bunch of different pull requests that need to be accepted before we can move on. But it seems like your work on the Gallery is...

I have a form where the user can enter his name (e.g. "John Doe"). None of the rules in this otherwise excellent library allow me to validate his input! I...

Can someone please give permissions to re-run the workflow?

I think there's another missing default validation: one that checks if the string only contains letters. There's a standard check that checks for a-z, but if you want to validate...