You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been happily using your safe-area-context for a while now, and love it, thanks for the great package!
Recently when we updated to v3.1.8, (coming all the way from 0.7.3), we've started to notice some crashes coming in from FirebaseCrashlytics, however haven't been able to reproduce any of these ourselves!
And seems to be happening across multiple different devices as well:
I can't share all of our code, (and since I'm not able to reproduce this crash, I'm not sure if a small example would be that helpful), but our usage looks like:
Aloha!
We've been happily using your safe-area-context for a while now, and love it, thanks for the great package!
Recently when we updated to v3.1.8, (coming all the way from 0.7.3), we've started to notice some crashes coming in from FirebaseCrashlytics, however haven't been able to reproduce any of these ourselves!
Which looks to be this line:
https://github.com/th3rdwave/react-native-safe-area-context/blob/master/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaUtils.java#L64-L68
And seems to be happening across multiple different devices as well:
I can't share all of our code, (and since I'm not able to reproduce this crash, I'm not sure if a small example would be that helpful), but our usage looks like:
App.tsx
In an overlay component
In our React Navigation BottomTabs
Let me know if there's any other information that would be useful, and I'll update this ticket if I find anything else as well!
The text was updated successfully, but these errors were encountered: