Skip to content

Commit

Permalink
fix: Use video with white background (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Mar 25, 2019
1 parent 1aac378 commit a84263e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion App/Screens/Details/Details.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export class Details extends Component {

const styles = StyleSheet.create({
container: {
backgroundColor: 'white',
flexGrow: 1
},
header: {
Expand Down
3 changes: 1 addition & 2 deletions App/Screens/Home/SmokeVideo/SmokeVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Dimensions, StyleSheet } from 'react-native';
import { inject, observer } from 'mobx-react';
import { Video } from 'expo';

import smokeVideo from '../../../../assets/video/smoke.mp4';
import smokeVideo from '../../../../assets/video/smoke_bg_fafafc.mp4';

@inject('stores')
@observer
Expand Down Expand Up @@ -37,7 +37,6 @@ export class SmokeVideo extends Component {

const styles = StyleSheet.create({
video: {
backgroundColor: 'white',
bottom: 0,
height: Dimensions.get('screen').height,
position: 'absolute',
Expand Down
1 change: 0 additions & 1 deletion App/Screens/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ const styles = StyleSheet.create({
marginVertical: 18
},
container: {
backgroundColor: 'white',
flexGrow: 1
},
list: {
Expand Down
Binary file added assets/video/smoke_bg_fafafc.mp4
Binary file not shown.
File renamed without changes.

0 comments on commit a84263e

Please sign in to comment.