Skip to content

Commit

Permalink
Merge pull request #1350 from react-native-community/bugfix/unused-sa…
Browse files Browse the repository at this point in the history
…ve-event

Remove unused onVideoSaved event
  • Loading branch information
cobarx committed Nov 28, 2018
2 parents d8a19e6 + 977877f commit 5e5315b
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 @@ -59,7 +59,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 5e5315b

Please sign in to comment.