react-native-firebase icon indicating copy to clipboard operation
react-native-firebase copied to clipboard

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

Open pkpardeep482 opened this issue 1 year ago • 1 comments

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",

pkpardeep482 avatar Aug 12 '24 12:08 pkpardeep482

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

russellwheatley avatar Aug 12 '24 12:08 russellwheatley

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[bot] avatar Sep 09 '24 12:09 github-actions[bot]