[RN] Make video track fade-in effect cross-platform
This commit is contained in:
@@ -87,9 +87,7 @@ class VideoTrack extends AbstractVideoTrack {
|
||||
|
||||
return this._animateVideoTrack(0);
|
||||
})
|
||||
.catch(() => {
|
||||
console.log('Animation was stopped');
|
||||
});
|
||||
.catch(() => console.log('Animation was stopped'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { StyleSheet } from 'react-native';
|
||||
|
||||
import { ColorPalette } from '../../../styles';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user