Currently, I am developing an application with two distinct streams (A and B) that can both be accessed from the home screen. However, I have encountered a persistent issue.
Whenever I enter stream A, everything functions as expected. But when I try to access stream B from the Drawer navigation, the video pauses every time I attempt to play it.
I am utilizing an iframe with React Native WebView to pass these streams.
My current method of navigation is through React Navigation Drawer.
Despite my efforts including trying different navigation approaches like Stack and JumpTo, I have yet to find a successful solution to this problem.
Being new to React Native, any assistance in resolving this issue would be greatly appreciated.