Damien Varron

Results 18 comments of Damien Varron

Agreed, however `lelandrichardson/react-native-mock` only mocks `react-native` core native modules, not third party libraries, and yes, while Jest has become really nice to work with thanks to its handy mocking feature,...

Hi @CaptainN and thanks for weighing in. Unfortunately, I lack the time to maintain this library. However, I will do my best to review any pull request you shall submit.

Nice! I just added you as a collaborator. However I'll still have to publish to npm myself for now. Not sure how to share or transfer ownership there yet. As...

Same here. I never tried to server-render anything, and have no clue how this would behave. I don't mind merging this if it really is useful, though I really wonder...

Hi, Thanks for your feedback :) Nothing in the library code should interact with the keyboard. There are no shortcuts. It only should only react to touch (on mobile), scroll...

Ah, yes, I think I know why! I recently learned that in preact children is always an array, so we'd have to get the function at index 0 first. @tyleralves,...

mmmh, I have bad news. 1. while there is an easy fix for making this lib working with [Preact](https://github.com/damusnet/react-swipeable-drawer/pull/70), the test/build/publish pipeline seems broken, and I don't think I can...

Hi @coreylenertz , thanks for submitting this issue. Unfortunately, I lack the time to maintain this project at the moment. I will try and review any Pull Request if you...