Jérémy M
Jérémy M
@pcrouillere Did you try to put your button in the foreground as I suggest in my last message ?
@pcrouillere Oh yes sorry I forgot that LightBox wrap the image child and detect the click :/ Yes maybe you have to do your own lightbox for this.
@pcrouillere You can also modify lightbox code, to enable it to be opened programmatically
@JacobJaffe I'm facing a similar issue, actually I'm considering to have stores based on user id to avoid this kind of problems. But I'm not sure if this will be...
@AnandKuhar1100 `FlatList` from `react-native-gesture-handler` could be a temporary solution, but it's not the correct behavior as the normal behavior with `BottomSheetFlatList` is that the scroll is intercepted to drag the...
> Hey guys ! I also have the same kind of problem. I think it's a concurrency problem between the scroll event and the gesture event. In fact I achieved...
@pixelsomatic Don't know if you're on the last release of this library, it seems to be fixed now for me since `4.4.4` 🎉
@Souravpakhira Thanks for the link, we're not handling the errors that way at the time and using the "old" way of GraphQL errors, by reading the errors data directly from...
Closing as it's now fixed ! 🙂
After some research, it seems that it can works with ROLE but only for classic sql queries, when using `graphql.resolve` from `pg_graphql` roles seems to be ignored. How to test...