Cristiano Coelho

Results 298 comments of Cristiano Coelho

https://github.com/csath/react-native-config-reader/pull/48/files Take a look.

@kneth i haven’t seen the issue lately.

I'm curious whether or not this has been resolved. I'm observing similar issues with the ancient react-native-camera on Samsung Galaxy S22 and this may be a good excuse to migrate...

So how do you know the camera supports an ultra wide / or telephoto camera on android? If the cameras are not reported, does that mean you need to rely...

Does this replace setting `quality='480p'` or 720? How does these new props interact with the quality setting? As far as I know, the quality value already sets the video resolution/frame,...

I see, I'm slightly confused, but when I set `4:3` I always get consistent videos in either 720p or 480p (with different aspect rations for each quality, basically `4:3` is...

Isn't `ratio` an actual aspect ratio ("4:3", "16:9") ? Does this mean that we need to we will need to "parse" the results in order to set videoFrameWidth and videoFrameHeight?...

@makzee what will be the behaviour if invalid values are set? Have you also tried with all available cameras (front, back)?

It looks pretty good to me! Although I'm still not sure what's the benefit of setting the frame width/height, if you already "control" that with the quality parameter. For example,...

@makzee that greatly explains it, and makes complete sense. Good work! Do we need this for iOS as well?