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: {