
ReactNative+Android: black screen with audio
Hi,
I'm trying to create a react-native plugin for Android and right now I can see the video on the screen (in the location defined by the react view) and even its buttons, but when I play the video I see a black screen while the music plays in the background.
The curious thing is that when I put the JWPlayerView into WindowManager the video is properly displayed on a full screen in the center.
What am I doing wrong?