fix(ios): add workaround for TouchableWithoutFeedback
(#3688)
This commit is contained in:
parent
3e3532691a
commit
b5ccc48476
@ -1533,4 +1533,8 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
|
|||||||
self.onTextTrackDataChanged?(["subtitleTracks": subtitles.string])
|
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) {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user