Check out example codes for "html5 video hide timeline bar". It will help you in understanding the concepts better.
Code Example 1
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
display: none;
}
Learn ReactJs, React Native from akashmittal.com