Open semmiverian opened 5 years ago
Hi @semmiverian , Thanks for reaching out. We tested portals on our latest release, images and portal textures seem to be working correctly. My suspicion is your pngs (images) that you use for your portal's 360 background and the portal textures are not being included in your bundle when you build for release. On the lines of https://github.com/facebook/react-native/issues/21309. Try the solutions mentioned on react-native repo to see if any of them resolve the issue for you.
Thanks.
Environment
Please provide the following information about your environment:
Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
Hi, I have one portal in our application with
viro360Image
inside. My App has been working correctly on the development mode. But when I try to build the App and test the portal. it's only show me the portal with one solid color (SS attached). My 360 picture will be visible when I entering the portal, in my development mode my 360 image will be visible even when I am not entering the portal. I build my app in the debug mode. I will also attached my code to show this portal.My Portal in my Apk debug
My Portal in development mode
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, screen capture, video recording. The more information you provide, the better we can support you.