Skip to content

Commit 06b4e0d

Browse files
committed
fix: correct modal transition style from partialCurl to partialcurl
1 parent 4bf4c2c commit 06b4e0d

3 files changed

Lines changed: 180 additions & 84 deletions

File tree

ios/InAppBrowserNitro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class InAppBrowserNitroImpl: HybridInAppBrowserNitroSpec {
7878
}
7979

8080
// Handle presentation and transition styles, ensuring partialCurl uses fullScreen
81-
if let transitionStyle = options?.modalTransitionStyle, transitionStyle == .partialCurl {
81+
if let transitionStyle = options?.modalTransitionStyle, transitionStyle == .partialcurl {
8282
safariViewController?.modalPresentationStyle = .fullScreen
8383
} else if let presentationStyle = options?.modalPresentationStyle {
8484
safariViewController?.modalPresentationStyle = getPresentationStyle(from: presentationStyle)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"react-native": "0.80.1",
8686
"react-native-builder-bob": "^0.40.12",
8787
"react-native-nitro-modules": "^0.26.3",
88-
"release-it": "^19.0.3",
89-
"turbo": "^2.5.4",
88+
"release-it": "^19.0.4",
89+
"turbo": "^2.5.5",
9090
"typescript": "^5.8.3"
9191
},
9292
"peerDependencies": {

0 commit comments

Comments
 (0)