ugar0ff
ugar0ff
Thanks! It is work, but in code I have error: 
> 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?
Same problem
> 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'],...