ugar0ff

Results 9 comments of ugar0ff

Thanks! It is work, but in code I have error: ![Снимок экрана от 2021-08-08 00-36-05](https://user-images.githubusercontent.com/14922730/128614491-e51098f0-0f00-42f5-96ba-bab37d1a1bcf.png)

> I want to know if it's possible to somehow remove row headers shadow. > I want to hide row headers, I just set their width to 0, but I...

Also android has a property android:dropDownWidth for Spinner. Can you add this property too?

> Working fine please merge I noticed that it works well on some colors, but on some, it still doesn't work.

Same, checked on "@shopify/react-native-skia": "1.3.11", "@shopify/react-native-skia": "1.3.13", and "react-native": "0.74.5",

I found solution, need to wrap Canvas in View with pointerEvents="none" ``` ```

I encountered the same issue. I have an ultra-wide-angle camera with 0.5x, minZoom = 1, naturalZoom = 1, and maxZoom = 8. When I compare the result with the native...

I continue testing, :white_check_mark: on iOS everything worked as expected according to the documentation. Here is the camera I selected: `"maxZoom": 123.75, "minZoom": 1, "neutralZoom": 2, "physicalDevices": ['ultra-wide-angle-camera', 'wide-angle-camera', 'telephoto-camera'],...