diff --git a/Examples/VideoPlayer/VideoPlayer.xcodeproj/project.xcworkspace/xcuserdata/brentvatne.xcuserdatad/UserInterfaceState.xcuserstate b/Examples/VideoPlayer/VideoPlayer.xcodeproj/project.xcworkspace/xcuserdata/brentvatne.xcuserdatad/UserInterfaceState.xcuserstate index a0775019..4eed5183 100644 Binary files a/Examples/VideoPlayer/VideoPlayer.xcodeproj/project.xcworkspace/xcuserdata/brentvatne.xcuserdatad/UserInterfaceState.xcuserstate and b/Examples/VideoPlayer/VideoPlayer.xcodeproj/project.xcworkspace/xcuserdata/brentvatne.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/RCTVideoManager.m b/RCTVideoManager.m index ec8c3abe..25edc92c 100644 --- a/RCTVideoManager.m +++ b/RCTVideoManager.m @@ -33,6 +33,9 @@ RCT_EXPORT_MODULE(); }, RNVideoEventSeek: @{ @"registrationName": @"onSeek" + }, + RNVideoEventEnd: @{ + @"registrationName": @"onEnd" } }; }