[RN] Make video track fade-in effect cross-platform

This commit is contained in:
Lyubo Marinov
2018-01-19 16:05:59 -06:00
parent 75f6786588
commit 48f4317adb
2 changed files with 2 additions and 3 deletions

View File

@@ -87,9 +87,7 @@ class VideoTrack extends AbstractVideoTrack {
return this._animateVideoTrack(0);
})
.catch(() => {
console.log('Animation was stopped');
});
.catch(() => console.log('Animation was stopped'));
}
/**

View File

@@ -1,4 +1,5 @@
import { StyleSheet } from 'react-native';
import { ColorPalette } from '../../../styles';
/**