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

pull/2387/head jitsi-meet_2759
Lyubo Marinov 7 years ago
parent 75f6786588
commit 48f4317adb
  1. 4
      react/features/base/media/components/native/VideoTrack.js
  2. 1
      react/features/base/media/components/native/styles.js

@ -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';
/**

Loading…
Cancel
Save