Skip to content

Commit

Permalink
Merge pull request TheWidlarzGroup#1350 from react-native-community/b…
Browse files Browse the repository at this point in the history
…ugfix/unused-save-event

Remove unused onVideoSaved event

(rebased from commit 5e5315b)
  • Loading branch information
cobarx authored and Beau Ner committed Oct 10, 2019
1 parent be38d80 commit b2c9d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/Video/RCTVideoManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ - (dispatch_queue_t)methodQueue
RCT_EXPORT_VIEW_PROPERTY(onPlaybackResume, RCTBubblingEventBlock);
RCT_EXPORT_VIEW_PROPERTY(onPlaybackRateChange, RCTBubblingEventBlock);
RCT_EXPORT_VIEW_PROPERTY(onVideoExternalPlaybackChange, RCTBubblingEventBlock);
RCT_EXPORT_VIEW_PROPERTY(onVideoSaved, RCTBubblingEventBlock);
RCT_REMAP_METHOD(save,
options:(NSDictionary *)options
reactTag:(nonnull NSNumber *)reactTag
Expand Down

0 comments on commit b2c9d59

Please sign in to comment.