How do you enable swipe left and swipe right to go...
# multiplatform
s
How do you enable swipe left and swipe right to go-back in KMM iOS and Android app? currently android app has by default back gestures but iOS its not working
f
1. this is probably question for #compose? 🤔 2. what do you mean by "_swipe left and swipe right to go-back_"
s
1. Seems yes 2. Too navigate from current screen to previous screen in android we swipe left to right i.e we call it as back gestures
f
I see but that is an Android platform gesture. iOS has completely different navigation framework
☝️ 1
1
s
I think I am able to achieve this by setting swipeProperty in
precompose