video player in previous route screen covered part of current route screen video player
when I navigate A to B, as the image below , left part belonged route A, and It covered another player which belonged route B,


player show not be covered by another player in different route
Which player are you experiencing the problem on:
"react-native-video": "^2.0.0",
"react-native": "^0.55.4",
"react-navigation": "1.5.11",
@MrPluto ExoPlayer uses a SurfaceView by default which doesn't support layering views on top of each other. You should update to the latest react-native-video release and set the useTextureView prop to true.
@MrPluto ExoPlayer uses a SurfaceView by default which doesn't support layering views on top of each other. You should update to the latest react-native-video release and set the
useTextureViewprop to true.
Thanks. Its working. 馃槉鈽猴笍馃憤馃憦
Most helpful comment
@MrPluto ExoPlayer uses a SurfaceView by default which doesn't support layering views on top of each other. You should update to the latest react-native-video release and set the
useTextureViewprop to true.