@@ -51,6 +51,8 @@ export default class Video extends Component {
}
seek=(time,tolerance=100)=>{
if(isNaN(time))thrownewError('Specified time is not a number');
if(Platform.OS==='ios'){
this.setNativeProps({
seek:{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.