RNSVGSvgView drawRect crashes on iPhone 12 Pro with iOS 14.2.1 #1502
Labels
Close when stale
This issue is going to be closed when there is no activity for a while
Missing repro
This issue need minimum repro scenario
Hello beloved maintainers 🙏
I received a crash report from one of my users with an iPhone 12 Pro. The app crashes for him every time he opens the app, but allegedly he managed to open it once at the beginning, but not since. After partially symbolicating the crash report, I was able to see it seems to be related with react-native-svg based on the
RNSVGxxxx
classes, here is the stack trace I have:It doesn't reproduce on any of the other devices I tested it on (but my app still has only a few users so this is the only iPhone 12 Pro that attempted to use it), and it doesn't reproduce on a simulator with an identical spec.
React native info output:
Library version: 12.1.0
I wasn't able to reproduce this crash locally 😞 Any ideas how to further investigate or any ideas why this might happen?
The text was updated successfully, but these errors were encountered: