Cristiano Coelho

Results 298 comments of Cristiano Coelho

Test the latest version [edited to add: of this module, and of react-native]

Opening android studio and putting some breakpoints should be fairly easy! If this is still broken with the latest version of this library and RN >= 0.65 I’m not sure...

Same issue, it is scary and very noisy, but the final build seems ok. Please, I really hope this doesn't mean upgrading native dependencies one by one to fix /...

The iOS side already decides between cylindrical and spherical automatically based on the image's dimensions. I don't think you really need to manually change this in any way. Furthermore, cylindrical...

Odd, `enableTouchTracking={true}` is working for me, and both dragging and gyro movement works. How are you using it?

I've been working on some bug fixes and improvements on my own fork (https://github.com/cristianoccazinsp/react-native-panorama-view/tree/updates). The fork is still not ready/finished, and perhaps not 100% adequate for a merge, but among...

On my fork (https://github.com/cristianoccazinsp/react-native-panorama-view/tree/updates), it is working fine with a few extra install instructions. You may fork it and use it meanwhile, or wait for @rodymolenaar to finish the merge.

Should be as simple as `imageUrl={file://path/to/your/file}`

First, you need to install the library directly from github, for example: packages.json ``` "react-native-panorama-view": "github:cristianoccazinsp/react-native-panorama-view#updates", ``` Then, if you read the fork's install instructions, there's this: ``` Add the...

For images stored on the device within the app's storage (e.g., taking a photo with a camera) it does. For images stored as static resources, I haven't really tested that...