react-native-video-processing
react-native-video-processing copied to clipboard
Video Player or ProcessingManager is not working on Android
Trimmer & Video Player not working in android
- Error while update property 'backgroundColor' of view managed by RNVideoProcessing https://jmp.sh/2hFtr9S
- If i removed the Style from Video Player it works but not showing any video player screen only white screen
<VideoPlayer
style={{ backgroundColor: 'black' }} />
- I tried Processing Manager also but it doesn't work either.
Could anyone help me on that ?
Android X and Swift 5
- I saw there is PR merged in master against the androidX and swift 5 when we will get this realse?
Version
react-native-video-processing 1.20.0
react-native 0.60.4
The style={{ backgroundColor: 'black' }} does nothing on iOS? How can this be changed?
@abdulwahabcs Did you find any solution to blank background ?
@abdulwahabcs Did you find any solution to blank background ?
Facing same issue on,
react-native-video-processing 1.20.0 react-native 0.60.4
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}} />