skip to Main Content

React native – Invariant Violation: requireNativeComponent: "RCTVideo" was not found in the UIManager

Error: Invariant Violation: requireNativeComponent: "RCTVideo" was not found in the UIManager. using react-native-video(last version) react-native version >0.60 react-native cli**(NOT EXPO)** ios const videoUrl = 'https://www.w3schools.com/html/mov_bbb.mp4'; <Video source={{ uri: videoUrl }} style={vstyles.video} /> const vstyles = StyleSheet.create({ video: { width: '20%',…

VIEW QUESTION
Back To Top
Search