mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-02 11:06:11 +00:00
fix(ios): add workaround for TouchableWithoutFeedback (#3688)
This commit is contained in:
@@ -1533,4 +1533,8 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
|
||||
self.onTextTrackDataChanged?(["subtitleTracks": subtitles.string])
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround for #3418 - https://github.com/react-native-video/react-native-video/issues/3418#issuecomment-2043508862
|
||||
@objc
|
||||
func setOnClick(_: Any) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user