RamonEspinosa

Results 6 comments of RamonEspinosa

I was able to reproduce this issue yesterday. This is the code i used: ```jsx import { Button, MantineProvider } from "@mantine/core"; const App = () => ( // The...

@yohamta I may be able to work on this issue. Could you please provide a detailed description on what's needed?

> > @henryrossiter,[https: ](https://streamable.com/f7e3i0)//streamable.com/f7e3i0,在Nexus 6P,Android 7.0上可以正常工作,我使用以下示例:[https](https://github.com/YanYuanFE/react-native-signature-canvas/tree/master/example/expo-app) : [//github.com/YanYuanFE/react-native-signature-canvas/tree/master/example / expo-app](https://github.com/YanYuanFE/react-native-signature-canvas/tree/master/example/expo-app) > > Hello targetSdkVersion= 28 is normal, but Android shows nothing when targetSdkVersion=29. I am having the same problem, did...

> @andre-v2 @RamonEspinosa #76, > sdkVersion issue I solved it by upgrading react native from 0.59 to 0.63 and using react-native-signature-canvas 2.6.0. Upgrading is kind of hard but I followed...

I'll try solving this as it will also solve #1845. I'll follow the approach above and accept a `useGestureConfig` prop

So I ended up accepting a `createGestureHandlers` prop because I figured out people using this would most likely need access to the `ProvidedZoom` object in order to use some of...