Trimmer background color issue
How does one get rid of the charcoal dark grey trimmer background? Or at the very least change its color to match the backgroundColor of the screen?
Note: the green trimmer start and end markers are already at their extremities, these are the beginning and end of the video. So the dark color either side of the markers is the issue.
As a workaround, what I did was keep the trimmer at full width at all times, no matter the size of the video, by giving the <Trimmer/> component width={screenWidth}. It also looks prettier.
@BaderSerhan I have tried this, but it doesn't look as good in my opinion. @shahen94 do you know how the color either side of the trimmer can be changed?
There's no implementation currently, but you can pass props down to the Trimmer and receive it in the Swift code
https://github.com/shahen94/react-native-video-processing/blob/master/ios/RNVideoProcessing/RNTrimmerView/RNTrimmerView.swift#L208
@shahen94 What would the props be to isolate the area outside the extremities of the markers?
As soon as you have the trimmer at a width that's less than the screen width, you always have these strange colors to the left and right of the markers.