add onEnd event

This commit is contained in:
Mike Wilcox 2015-04-10 22:56:51 -04:00 committed by Brent Vatne
parent 1f67f3e761
commit 2da995b90f
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ RCT_EXPORT_MODULE();
},
RNVideoEventSeek: @{
@"registrationName": @"onSeek"
},
RNVideoEventEnd: @{
@"registrationName": @"onEnd"
}
};
}