ghmendonca

Results 13 issues of ghmendonca

**Describe the bug** Just followed the react native getting started tutorial (https://www.learnstorybook.com/intro-to-storybook/react-native/en/get-started/), added typescript support and when I try to run yarn storybook I get this error ![Capturar](https://user-images.githubusercontent.com/29390554/107994706-ed8de900-6fbb-11eb-8905-6e77ed49e540.PNG) **To Reproduce**...

Hi, I started using this library and I found something weird happening to me, when I type just one letter in my input, for some reason, it runs against my...

I can't make my texts bold, actually none of the typography components gets bold with the style name bold. The others style names works, the bold seems to be the...

# Error Message App threw an error during load Error: error: 126 # Error Details I managed to install opencv4nodejs on my electron project and the electron-rebuild worked just fine....

I think `useForm` or the form instance should return the values and errors when a field value changes. In my case I would like to disable a button if any...

When I use the `Encoder` to load a `DynamicImage`, and then encode that image to webp, the `encode` function returns `WebPMemory`. The issue is that I want to perform more...

The issue is simple, the Consumer props doesn't exists until the render method is called, that's because with-context wrap your component with a parent that renders the consumer itself and...

I am developing an app with React Native v0.54 and I am using React Navigation for the router. When I try to render a screen that is wrapped with my...

bug

Right now the `resize` function does not preserve the image aspect ratio and there is no way to do that right now. The [image](https://docs.rs/image/latest/image/index.html) crate has methods to achieve this,...

Right now, looks like there is no way to get the image as an array of bytes (`&[u8]`). And since I'm not going to store the image into a file,...