Bader Serhan
Bader Serhan
Same. Is there any fix soon?
Hi guys, I am facing the same issue consistently throughout my app. If I upload relatively large videos or multiple videos at once and so on... Did you manage to...
Thank you for taking the time to reply to me, I appreciate it. I think I figured out a way to allow multiple video uploads at the same time (it...
I guess you should set the size props, such as width/height/margin to the style prop of the TourGuideZone
I changed `shouldComponentUpdate` to the following, which will let the ball indicator update while also preserving performance: ```js shouldComponentUpdate(nextProps: props, nextState: state) { let shouldUpdate = nextProps.value !== this.props.value ||...
Thank you @arifqys so much! I implemented your function in my project and it works so nicely!
Hello. What's the status of this? I am currently using the library and would like to remove the skip button. Thank you.
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 `` component `width={screenWidth}`. It...