Just installed and linked react-native-fullscreen-video library and got this error:
undefined is not an object (evaluating 'Orientation.lockToPortrait')
Then I installed react-native-orientation library and get another error:
undefined is not an object (evaluating '_reactNative.NativeModules.UIManager.RCTVideo.Constants')
Any idea?