You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the following information about your environment:
Development OS: Mac
Device OS & Version: iOS version (17.7.2)
Version: ViroReact version 2.41.6 and React Native version 0.76.1
Device(s): iPad
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:
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.
[Session] ARSession <0x123f0a250>: ARSession is being deallocated without being paused. Please pause running sessions explicitly.
I receive this message when back from screen contain ViroARSceneNavigator
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: