From ef481932663ac51b026978011f66c859b7706782 Mon Sep 17 00:00:00 2001 From: Mike Wilcox Date: Fri, 10 Apr 2015 22:57:37 -0400 Subject: [PATCH] add RNVideoEventEnd constant --- RCTVideo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/RCTVideo.h b/RCTVideo.h index e6329434..7341332c 100644 --- a/RCTVideo.h +++ b/RCTVideo.h @@ -5,6 +5,7 @@ extern NSString *const RNVideoEventLoading; extern NSString *const RNVideoEventProgress; extern NSString *const RNVideoEventSeek; extern NSString *const RNVideoEventLoadingError; +extern NSString *const RNVideoEventEnd; @class RCTEventDispatcher;