I am trying to include a YouTube video in my react native project. Since I already tried react-native-youtube and did not work at all I tried installing react-native-video.
However, I am getting the following error:
I tried: deleting my node_modules and npm i again followed by react-native link and react-native link react-native-video. Several times.
My package.json:
<Video />
component parameters? .... from source ` const RCTVideoInstance = this.getViewManagerConfig('RCTVideo');` fails – Mcelhaney