diff --git a/ios/Video/RCTVideo.swift b/ios/Video/RCTVideo.swift index 2e82d38d75..0935d60a3d 100644 --- a/ios/Video/RCTVideo.swift +++ b/ios/Video/RCTVideo.swift @@ -1206,7 +1206,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH "orientation": orientation, ], "audioTracks": audioTracks, - "textTracks": _textTracks?.compactMap { $0.json } ?? textTracks.map(\.json), + "textTracks": self._textTracks?.compactMap { $0.json } ?? textTracks.map(\.json), "target": self.reactTag as Any]) } }