invertase / react-native-firebase

🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
https://rnfirebase.io
Other
11.63k stars 2.2k forks source link

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

Open pkpardeep482 opened 1 month ago

pkpardeep482 commented 1 month ago

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

Additional Info

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 commented 1 month ago

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

github-actions[bot] commented 4 days ago

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.