-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I am working on my expo project and I am using crashlytics and it works fine.
But whenever there is a native crash , on the firebase console , i can not see full stack trace with necessary information about the crash. (I only see some numbers).
After checking the documentation, I realised that I have to enable symbol uploads and ndk in my android gradle file and also do something related to mapping in Proguard/R8 as i am using it by using "expo-build-properties".
But after doing every single thing in my expo workflow, I was unable to do it.
Does someone have the solution for it.
Please help, I am a newbie dev 🙏