: Look for any animations or gesture handlers that might be calling Shared Values or worklets after a screen is closed.
FB.api('/me', fields: 'id,name' , function(response) if (response && response.error) console.error(JSON.stringify(response.error, null, 2));
This error typically surfaces as a "fatal C++ exception" on iOS devices and is often difficult to debug because the native stack trace doesn't always include the original JavaScript line numbers. Frequent triggers include:
: Look for any animations or gesture handlers that might be calling Shared Values or worklets after a screen is closed.
FB.api('/me', fields: 'id,name' , function(response) if (response && response.error) console.error(JSON.stringify(response.error, null, 2)); n8facebook3jsi7jserrore best
This error typically surfaces as a "fatal C++ exception" on iOS devices and is often difficult to debug because the native stack trace doesn't always include the original JavaScript line numbers. Frequent triggers include: : Look for any animations or gesture handlers