Skip to content

Commit be98c98

Browse files
author
Kyle Milloy
committed
remove extraneous code
1 parent f6e8221 commit be98c98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

VideoPlayer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,13 +977,11 @@ export default class VideoPlayer extends Component {
977977
const styles = {
978978
player: StyleSheet.create({
979979
container: {
980-
backgroundColor: '#000',
981980
flex: 1,
982981
alignSelf: 'stretch',
983982
justifyContent: 'space-between',
984983
},
985984
video: {
986-
backgroundColor: '#000',
987985
position: 'absolute',
988986
top: 0,
989987
right: 0,

0 commit comments

Comments
 (0)