Maxime Gerbe

Results 6 comments of Maxime Gerbe

@eduardfarkas I've tried to instantiate differently but no luck: ```js import { Zoom, createZoomListWithReanimatedComponent, } from 'react-native-reanimated-zoom'; const ZoomCarousel = createZoomListWithReanimatedComponent(Carousel); ``` Same issue `Carousel` is not scrolling.

> Is it possible to add an autofix for this? I.e. detecting what globals are used, and add either an `import` or `require` of them? > > I think just...

@G-Rath can we move forward to Main with this PR? Most of the clean up is done.

@G-Rath I'm thrilled to see this landing on the release line. Thank you for your review and patience 🙏 Seeing how this PR has grown since the initial commit is...

> Beyond driver-package resolution, there appears to be other ways in which `appium` fails to function gracefully when included in a monorepo. > > ![image](https://private-user-images.githubusercontent.com/2758507/353505244-7828e3ac-a381-4ad9-aa0e-08e70fa39f26.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM2MTkyMzcsIm5iZiI6MTcyMzYxODkzNywicGF0aCI6Ii8yNzU4NTA3LzM1MzUwNTI0NC03ODI4ZTNhYy1hMzgxLTRhZDktYWEwZS0wOGU3MGZhMzlmMjYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDgxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA4MTRUMDcwMjE3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmVjNzFiOWNhNGJiNzk1MGE4ZWVlMGUxZWY1YmM5ZTI1MmU3MmEwZGI4Yjc0YjYyNmMwNDUwYTI1Y2Q3OTU1ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.XDLvdBndz2vSmWLZFqVcwmW9s2ASjPAeEI9itZIgLXg) > > There is a...

Hi @intergalacticspacehighway thanks for providing a demo with a ScrollView. I think there's something when the PanHandlers activate. The solution would be to give an [active offset](https://docs.swmansion.com/react-native-gesture-handler/docs/gesture-handlers/api/pan-gh/#activeoffsetx): `activeOffsetX: [-10, 10],`...