-
Notifications
You must be signed in to change notification settings - Fork 50
Support using local images #10
Comments
Same question. |
This is currently not supported, since we didn't have a business requirement for it. You're welcome to contribute :) |
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 other things, I've added local images support. I'm not making a PR yet since I did some readme updates for my own fork, and removed some .ts / compilation steps in order to develop and test faster (having to run a build script or setup a .ts environment was too much of a hassle), but perhaps @rodymolenaar we can come up with a good way to merge these changes once I'm done with them. |
Alright! Just @ping me when you're done so that I can review it :) |
any updates on this? |
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. |
Im expecting for this function, but i dont know how to put a route to local file in your fork. Im getting a black screen in the image show. I hope you can help to use this function. |
Should be as simple as |
Sorry but i cant make it work <PanoramaView pathName is something like /data/data/com.reinadoapp/filesparquebolivar.jpg |
First, you need to install the library directly from github, for example: packages.json
Then, if you read the fork's install instructions, there's this:
Then it should work. Keep in mind that the local file update was for files normally accessible to the app. If your file is bundled as static images, it may not work (I haven't really tested that) |
does this support image added inside the app ? |
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 case. I believe it should work if the images are static resources in react native, but it probably won't if they are java/IOS static resources. |
@cristianoccazinsp Thanks ! |
is possible to use an image locally stored for using the app offline?
The text was updated successfully, but these errors were encountered: