François Billioud
François Billioud
Moreover, @MattFoley there should not be any rebase needed because we only need to add new files. Not edit existing ones.
I tried. SvgXml is undefined if I import `import { SvgXml } from 'react-native-web'`. When I check the code, I see that there is an implementation in the file `src/xml.tsx`....
I find those changes highly suspicious. I recommend a double-check.
@nicastelo I believe that the most up-to-date version is now [ours](https://github.com/cantoo-scribe/html2canvas). We welcome every contributor, as that lib is far from our roadmap.
Thanks for your reply. > A "test suite" in jest's terminology means a test file, not a describe I'm not sure about the relevance of the `describe` function in this...
Sorry guys, but I slept on this, and it really bugs me. When you decide to use an option to stop the tests after the first failure, in what kind...
You might find me narrow-minded, but I don't think that > The bail config option can be used here to have Jest stop running tests after the first failure. that...
Well, I checked your snack and it seems to be working fine. What's your problem?
Got it. Apparently, there is an issue with the overflow property on React-Native. But if you specify the width and height manually, it starts working: ```jsx CustomThumb={() => ( Test...
Isn't slideOnTap enough to solve your case?