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

Android App Crashing in Production #64

Closed
mohity777 opened this issue Jun 29, 2021 · 4 comments
Closed

Android App Crashing in Production #64

mohity777 opened this issue Jun 29, 2021 · 4 comments

Comments

@mohity777
Copy link

Screenshot 2021-06-29 at 11 37 55 AM

@mohity777 mohity777 changed the title App Crashing in Production Android App Crashing in Production Jun 29, 2021
@mikehardy
Copy link
Collaborator

Hi there! There is no information to go on here that would lead us to resolve this error.
No versions, no code, there is not even anything in the stack trace that has this package in it.
https://stackoverflow.com/help/minimal-reproducible-example

@mohity777
Copy link
Author

mohity777 commented Jun 29, 2021

@mikehardy I am using react-native-fbsdk-next for facebook login. I searched for this error and i found out that there is an issue on facebook-android-sdk.
facebook/facebook-android-sdk#758.

@mikehardy
Copy link
Collaborator

This looks related to the general issue of re-hydrating view hierarchies in react-native on Android, and a similar crash-fix to this would likely also stop your app from crashing

software-mansion/react-native-screens#17 (comment)

Note that this implies your android app's fragment view state will not survive an android app pause/resume lifecycle, but that's a difficult problem to solve and out of scope for a general react-native module, software-mansion/react-native-screens#17 (comment)

@mohity777
Copy link
Author

Thanx for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants