add onEnd event
This commit is contained in:
parent
1f67f3e761
commit
2da995b90f
Binary file not shown.
@ -33,6 +33,9 @@ RCT_EXPORT_MODULE();
|
|||||||
},
|
},
|
||||||
RNVideoEventSeek: @{
|
RNVideoEventSeek: @{
|
||||||
@"registrationName": @"onSeek"
|
@"registrationName": @"onSeek"
|
||||||
|
},
|
||||||
|
RNVideoEventEnd: @{
|
||||||
|
@"registrationName": @"onEnd"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user