-
Notifications
You must be signed in to change notification settings - Fork 178
Crash on iOS, when a Viro component being unmounted #324
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
same error |
Same error |
Same error |
issue is fixed now.?? |
No 😔 |
can you please help me Platform: iOS Device: ios device React Native version: 0.77.1 @reactvision/react-viro version: 2.42.0 import React, {useCallback, useEffect, useRef, useState} from 'react'; const HelloWorldSceneAR = () => { const handleRotate = ( return ( export default function ArComponent() { const handleClose = useCallback(() => { // Cleanup AR Scene when the component unmounts
); const styles = StyleSheet.create({ |
??? |
This issue was resolved in version Full release details: https://viro-community.readme.io/changelog/viroreact-2430-whats-new |
@ariel-bentu I've repopened the issue |
Steps to reproduce:
npx @react-native-community/cli init ViroBug --version 0.76 cd ViroBug npm i @reactvision/react-viro
cd iOS pod install
Result
app crashes with "EXC_BAD_ACCESS" at
[_contentView removeFromSuperview];
Notes:
The text was updated successfully, but these errors were encountered: