Skip to content

Commit 757140e

Browse files
committed
add swiper page pop
1 parent f64d581 commit 757140e

File tree

7 files changed

+148
-469
lines changed

7 files changed

+148
-469
lines changed

iosApp/iosApp/Localizable.xcstrings

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,6 +1494,9 @@
14941494
}
14951495
}
14961496
}
1497+
},
1498+
"Allow swiping back from anywhere on the screen" : {
1499+
14971500
},
14981501
"app_name" : {
14991502
"comment" : "",
@@ -25410,6 +25413,9 @@
2541025413
}
2541125414
}
2541225415
}
25416+
},
25417+
"Full Swipe Back" : {
25418+
2541325419
},
2541425420
"GIF" : {
2541525421
"localizations" : {
@@ -93419,6 +93425,9 @@
9341993425
}
9342093426
}
9342193427
}
93428+
},
93429+
"Spaces list comming soon" : {
93430+
9342293431
},
9342393432
"Speaker" : {
9342493433

iosApp/iosApp/UI/Navigation/FlareNavigationGestureModifier.swift

Lines changed: 0 additions & 247 deletions
This file was deleted.

iosApp/iosApp/UI/Navigation/FlareTabItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct FlareTabItem<Content: View>: View {
2323
}
2424

2525
var body: some View {
26-
NavigationStack(path: router.navigationPathFor(tabType)) {
26+
NavigationStackWrapper(path: router.navigationPathFor(tabType)) {
2727
content(router)
2828
.navigationDestination(for: FlareDestination.self) { destination in
2929
FlareDestinationView(destination: destination, router: router, appState: appState)

0 commit comments

Comments
 (0)