Michael Sageryd
Michael Sageryd
Unfortunately, this fine project seems to be abandoned. I found a maintained fork that I think has great potential. Most of the react-native-galley problems seems to be fixed: https://github.com/archriss/react-native-image-gallery
Thanks, that make sense. I'll try it.
I had this problem as well. It turned out thet TextInput didn't like to get all of the `field` properties. I think your code will work if you remove `{...field}`...
We have the same issue. Instead of one editor and one button, as in your example, we render multiple editors from a list. When we reorder the editors the reordered...
I'll chime in with two cents. I have been using this lib with Postgres for about 6 years, and it's great. When I check in here and see that there...
@sibelius Thank you for the tip. I already have this setup for my login/signup screens. But I wouldn't want it for the tabs. The beauty of tabs is that each...
Aha.. I didn't think long enough before answering, sorry =) When I push a route on master without tabs I can't use the stacks on the other tabs anyway, so...
It seems like the successor to ex-navigation will have quite some flexibility. I haven't looked deeper yet, so I don't know if this exact issue is covered. Looks like a...
onTransitionEnd is great to have. I suppose you could do almost the same with InteractionManager.runAfterInteractions. But this makes for a suboptimal UX as @joncursi states. Is it not possible to...
+1. I'm really interested in this. Desperately need something more speedy than react-native-svg. This seems to be an option, but I can't get it rolling. It seems that `createReactNativeComponentClass` has...