Skip to content

GVR only showing Viro360Image on left eye #62

Open
@robertjcolley

Description

@robertjcolley

Requirements:

Please go through this checklist before opening a new issue

Environment

Please provide the following information about your environment:

  1. Development OS: Mac
  2. Device OS & Version: Android 10
  3. Version: "@viro-community/react-viro": "^2.21.1", "react-native": "0.66.2",
  4. Device(s): Pixel XL

Description

I'm only seeing the image on one side of the screen. There is a small blue sparkle which I couldn't make out for the right eye. Zooming in with a screenshot didn't help either.

Screenshot_20211124-145920

grid.jpeg

Reproducible Demo

export default function Screen() {
  return (
    <ViroVRSceneNavigator
      initialScene={{
        scene: MyStartScene,
      }}
    />
  );
}

export const MyStartScene = () => {
  return (
    <ViroScene>
      <Viro360Image source={require('../../../../assets/images/grid.jpeg')} />
    </ViroScene>
  );
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions