fix(ios): add workaround for TouchableWithoutFeedback (#3688)

This commit is contained in:
Krzysztof Moch 2024-04-18 14:18:17 +02:00 committed by GitHub
parent 3e3532691a
commit b5ccc48476
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {}
}