Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

316
Views
null is not an object (evaluating 'RCTVideoInstance.Contants')' with react native video

I'm Getting an error when importing and rendering the <Video /> Component from 'react-native-video'

My code seems to be fine but heres it anyways:

import { View, Text, Dimensions } from 'react-native';
import React from 'react';
import Video from 'react-native-video';

const Player = () => {
  return (
    <View>
      <Video 
      source={{
        uri: "https://youtu.be/WSJHAsnot54"
      }}
      style={{
        height: 100,
        width: Dimensions.get("window").width
      }}
      
      />
    </View>
  )
}

export default Player;

The error i am getting while rendering:

null is not an object (evaluating 'RCTVideoInstance.Constants')
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!