From 39ca8acacf5e566cf250ae094a0bef9c9cfe30bd Mon Sep 17 00:00:00 2001 From: Sundin Date: Thu, 17 Aug 2017 14:45:40 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b3da2b6..e5ed141 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ const styles = StyleSheet.create({ playArrow: { color: 'white', }, - video: Platform.Version === 25 ? {} : { + video: Platform.Version >= 24 ? {} : { backgroundColor: 'black', }, controls: {