Skip to content

Commit

Permalink
fix(ios): add workaround for TouchableWithoutFeedback (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Apr 18, 2024
1 parent 3e35326 commit b5ccc48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/Video/RCTVideo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
}

0 comments on commit b5ccc48

Please sign in to comment.