File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments