Skip to content
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

White Screen Of death in release build at the time of crash and no logs in firebase crashlytics #7966

Open
pkpardeep482 opened this issue Aug 12, 2024 · 2 comments

Comments

@pkpardeep482
Copy link

pkpardeep482 commented Aug 12, 2024

Problem
In release app. i pressed "click me to crash button" and instead of crashing the app, it was a blank white screen. Also crashlytics didnt received any logs for same.

Info

  • OS: Android
  • "react": "18.2.0",
  • "react-native": "0.74.5"
  • newArchitectureEnabled : true

Additional Info

  • Everything works fine when i disable new architecture.

Code

let name = undefined
 const setName = () => {
   name.dfscxjcmkwdljfckl =1
 }
 return (
   <SafeAreaView style={backgroundStyle}>
    <TouchableOpacity onPress={setName}>
      <Text>Click me to crash</Text>
    </TouchableOpacity>
   </SafeAreaView>
 );

dependencies

"@react-native-firebase/app": "20.3.0",
"@react-native-firebase/crashlytics": "20.3.0",

@russellwheatley
Copy link
Member

Hey @pkpardeep482 - is the screen white before pressing the crash button? or does it render as white before any user interaction?

Copy link

github-actions bot commented Sep 9, 2024

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@github-actions github-actions bot added the Stale label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants