I'm trying to install and use the package according to the instructions in the README.
I'm using RN 0.48.
I run npm install react-native-native-video-player --save, then
react-native link react-native-native-video-player
then when I add var VideoPlayer = require('react-native-native-video-player');
I find this error in my app.
Am I missing something?