Setting useTextureView to false tells react-native-video to use a SurfaceView instead of a Texture View, which can mitigate issues when hardware acceleration is selectively enabled.
add this prop useTextureView={false}