react-native-video-controls
react-native-video-controls copied to clipboard
Is it possible for the controls keep showing ?
I need the controls keep showing, I've been tried to make the controlTimeout props as long as the video length, but I got warning from react-native it self Setting a timer for a long period of time, i.e. multiple minutes, is a performance and correctness issue on Android as it keeps the timer module awake, and timers can only be called when the app is in the foreground. See https://github.com/facebook/react-native/issues/12981 for more info.
So anyway to achieve this correctly ? Thanks