From 84ce1a96568aed2d9b38057de6641dde1d026164 Mon Sep 17 00:00:00 2001 From: bebbe Date: Thu, 10 Aug 2017 16:12:47 +0200 Subject: [PATCH] Fixed error on Android Nougat --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index adcd07c..b3da2b6 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ const styles = StyleSheet.create({ playArrow: { color: 'white', }, - video: { + video: Platform.Version === 25 ? {} : { backgroundColor: 'black', }, controls: {