Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sundin authored and ShariqMush committed Aug 17, 2017
1 parent 84ce1a9 commit 39ca8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const styles = StyleSheet.create({
playArrow: {
color: 'white',
},
video: Platform.Version === 25 ? {} : {
video: Platform.Version >= 24 ? {} : {
backgroundColor: 'black',
},
controls: {
Expand Down

0 comments on commit 39ca8ac

Please sign in to comment.