Hi i switched to using Exoplayer and it is much faster nice!.
But when i add a video in a modal it's like it has a filter on it now.
Whites become gray.

supposed to be white.

When not in a modal
I seem to be getting the same behaviour. Did you manage to solve this?
EDIT: Setting transparent={true} on Modal seems to fix the issue. https://facebook.github.io/react-native/docs/modal.html#transparent.
the transparent={true} did the trick
Most helpful comment
I seem to be getting the same behaviour. Did you manage to solve this?
EDIT: Setting
transparent={true}on Modal seems to fix the issue. https://facebook.github.io/react-native/docs/modal.html#transparent.