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 6 months 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