-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back navigation issue (using letest version in android) #127
Comments
same, downgrade android sdk to |
Would it be possible to get a sample project or reproduction so it can be fixed? |
how to do this ? i have same issue |
Hi! @baptistejamin any chance there's a fix for this issue? Downgrading to |
You can use e.g.
|
Anyone here can provide a demo project that is getting affected with this? |
Same issue :/ @baptistejamin just init a Expo project with the lib at 0.14.1. Build Android app with React Navigation with 2 Stack. when press back button on Android it close the app. |
@baptistejamin To fix this issue: This was a very annoying issue to debug. I hope this is fixed in the next release or at least documented. |
Hi, I'm the Android dev behind the Crisp SDK. |
@Doc1faux I tried replicating my project bit by bit to see what was the cause of the error, when I installed I will share the repo to reproduce this bug in a moment. |
Link to reproduce. Clone locally and test. Back button close the app:
Back button work fine:
|
This throws error in new version. |
Here is the link to reproduce this error.
|
As stated by @Cypherball in its comment, it seems to come from
However, in the |
@Doc1faux @baptistejamin Thank you for fixing this issue. I have tested it and it works. Fixed in version |
in Upto Android 13 devices?
When I navigate from one screen to another, the app closes after pressing the back button of the device
He is taking me to the home screen instead of the back screen
The text was updated successfully, but these errors were encountered: