-
Notifications
You must be signed in to change notification settings - Fork 178
Can't go back from a screen containing ViroARSceneNavigator on iOS. #317
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
Comments
Any solution ? |
Somewhere on the net I found someone who claimed (June 2024) that the latest version of the library did not work with react native 0.74. I therefore discarded the use of react native 0.75 and 0.76 as well as 0.74 and I downgraded to 0.73 and now everything works correctly. |
|
How to stop session there is nothing I found on docs |
same issue on my side - @Ritik5Prasad can you please share more info on your proposed solution? |
I have the same problem. Have you tried the I found out that the reason for the error was that the Error: EXC_BAD_ACCESS: superlayer > KERN_INVALID_ADDRESS at 0x4de3c4726930. I read that Expo will be releasing a new update (2.43.0) soon, maybe this will solve the problem. (https://discord.com/channels/774471080713781259/774471080713781263/1351288911975940116) I use: |
Requirements:
Please go through this checklist before opening a new issue
Environment
Please provide the following information about your environment:
Description
Can't go back from a screen containing ViroARSceneNavigator on iOS.

Reproducible Demo
Put a simple ViroARSceneNavigator inside the second screen of a stack (using @react-navigation/native) and add a Button with navigation.goBack() action. On iOS with new architecture enabled the app stops with a EXC_BAD_ACCESS error on [_contentView removeFromSuperview]; in file /Development Pods/React-RCTFabric/Mounting/ComponentViews/View/RCTViewComponentView.mm
The text was updated successfully, but these errors were encountered: