Cristiano Coelho

Results 298 comments of Cristiano Coelho

iOS already supports zoom. For Android, there doesn't seem to be any straight forward way to do it without manipulating the source image, but let me know if you have...

That's a limitation on Google's VR SDK. There's a pending task (anyone willing to sacrifice?) to migrate it to a better implementation, but not something that can be done easily.

Is this with 1.0.0? Can you provide more info? I haven't seen any crash on Android.

A crash log would help. Also some code sample of what you're doing. I've been using this version for months now and no issues on Android, so there's probably an...

Guys, you really need to provide some more info in order to figure out what’s happening. A crash log is a must, and a small code snippet of how you...

Try debugging with android studio or getting the latest logs with adb. What Android device and version are you using? > El may. 22, 2021, a la(s) 09:40, shadab-Espranza ***@***.***>...

I wonder if it would be possible to include the android aar files in the source so we don't need this dependency.

This won't be an issue with v1.0.0. I suggest you try `v1.0.0-canary.0`. Make sure to clean your xcode build folder first!

May be related: https://github.com/firofame/react-native-compass-heading/pull/14 I fixed some inconsistencies when the device is rotated to landscape, perhaps that PR helps.