Alexis CHAPPRON
Alexis CHAPPRON
@amit-kremer93 Are you sure it does works ? Using the provided sample app, it does not ... - I did checkout this repo, use the Detox Sample (with some modification...
Anyone ? :) The library [react-native-image-zoom](https://github.com/ascoders/react-native-image-zoom) uses Image.getSize() as well but it does return `width=0` and `height=0` when using webp on ios
This is the definition file I created in my project ( under `src/@types/react-native-shadow.d.ts` It might not be perfect, but it work for us. Hope it can help ```typescript declare type...
TBH I tested by hand only 2 scenarios: - When the task is stopped() from background => We should be able to call configure() again and expect it to work...
@christocracy Have you had a chance to review this PR? It's not urgent since we're currently using a patch, but if there are any major issues with my fix or...
Hello @christocracy, could you please take a moment to review this pull request ? Maybe I'm missing something and all this is not necessary, but if that is the case...
@uddish would you mind taking a look at this ? I've been using a patch similar to this one for almost a year now, it would be nice to get...
I think this is a reasonable/fair request, I'm currently using skhd to re-map multiple application keybinding to my need, I'd like to remap Cmd+K to "arrow down" and "Cmd -...
Another solution is to disable lazy loading ```javascript const config = { server: { rewriteRequestUrl: (url) => { return url.replace("&lazy=true", "&lazy=false"); }, }, } ```
Thanks for the feedback, @salah-ghanim ! I’ve just rebased on master, so everything should be good on my side now. Let me know if there’s anything else you’d like me...