Conversation
Switched dependency from Obfuscate to UIPortalBridge in Package.swift and updated imports accordingly. Removed the PortalView.swift file, eliminating the obfuscated runtime wrapper and related SwiftUI bridges, in favor of using UIPortalBridge directly
Removed PortalCorners and replaced corner styling with a configuration closure for customizing the layer view during portal transitions. Updated all modifiers and extension methods to support the new configuration approach, allowing for more flexible styling (e.g., corner radius, shadows) via a closure. Cleaned up related documentation and removed PortalCorners tests.
Pull Request Review: Update with DevOverviewThis PR merges the 🎯 HighlightsMajor Improvements
✅ Code Quality & Best PracticesStrengths
Code Organization
🔍 Potential Issues & Considerations1. Test File Compilation Error
|
No description provided.