Maxime Gerbe
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. > >  > > 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],`...
Exact same issue on `4.4.1` simulator + real device.
@UraFIZ https://reactnative.directory/?search=react-native-inappbrowser
Same issue on `@stripe/[email protected]` and `[email protected]` Android: ``` buildToolsVersion = "35.0.0" minSdkVersion = 24 compileSdkVersion = 35 targetSdkVersion = 35 ndkVersion = "27.1.12297006" kotlinVersion = "2.0.21" supportLibVersion = "28.0.0" androidXAnnotation...
> Hey [@akshSekhon](https://github.com/akshSekhon) can you provide your kotlin version as well? 2.0.21 see my details above.