Skip to content

Getting Error: Invariant Violation: requireNativeComponent: "TransparentVideoView" was not found in the UIManager. #9

@clintj42

Description

@clintj42

I'm using expo and testing on an Android device. When I try to load the following video I'm getting this error

import TransparentVideo from "@status-im/react-native-transparent-video";
import myVideo from "./assets/myVideo.webm";

export const FireVideo = ({ setShowFire }) => {
  return (
    <TransparentVideo source={myVideo} style={styles.video} />
  );
};

const styles = StyleSheet.create({
  video: {
    position: "absolute",
    top: 0,
    left: 0,
    right: 0,
    bottom: 0,
  },
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions