delete bridgeful code

This commit is contained in:
Samuel Newman
2026-05-28 12:17:45 +03:00
parent 0a7554d5c1
commit a5181c785a
2 changed files with 1 additions and 21 deletions
+1 -2
View File
@@ -144,8 +144,7 @@ class SheetView: ExpoView, UISheetPresentationControllerDelegate {
if #available(iOS 26.0, *),
let tag = self.sourceViewTag,
let bridge = self.appContext?.reactBridge,
let sourceView = bridge.uiManager.view(forReactTag: NSNumber(value: tag)) {
let sourceView = self.appContext?.findView(withTag: tag, ofType: UIView.self) {
sheetVc.preferredTransition = .zoom { _ in
return sourceView
}