expo / videoplayer

Customizable controls for Expo video
83 stars 83 forks source link

clipping of custom icons #27

Open RedYggdrasil opened 6 years ago

RedYggdrasil commented 6 years ago

Hello ! I have a problem when I try to use custom icons, they appear and disappear in fade nearly every few frames. My code : fullscreenEnterIcon = {function(){return(<Image resizeMode="contain" source={require('wada7Resources/playerVideo/FullScreenIcon.png')} style={{height : 30,width : 30}} />)}}