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

1 comment on commit 39ca8ac

@cornedor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you create a seperate pull request? I think it is getting a bit mixed up :P can't find where I can merge it now.

Please sign in to comment.