shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

Video Player or ProcessingManager is not working on Android #265

Open awahab94 opened 4 years ago

awahab94 commented 4 years ago

Trimmer & Video Player not working in android

chai86 commented 4 years ago

The style={{ backgroundColor: 'black' }} does nothing on iOS? How can this be changed?

sparsh commented 4 years ago

@abdulwahabcs Did you find any solution to blank background ?

Karanbsankey commented 4 years ago

@abdulwahabcs Did you find any solution to blank background ?

msahu2595 commented 4 years ago

Facing same issue on,

react-native-video-processing 1.20.0 react-native 0.60.4

msahu2595 commented 4 years ago

Facing same issue on,

react-native-video-processing 1.20.0 react-native 0.60.4

Solved this issue by adding "flex: 1" property in style:

<VideoPlayer style={{flex: 1}} />