Open VadymBezsmertnyi opened 5 months ago
I also tried react-native-vector-icons, but the error still occurs. It might be that I have too many modal windows and bottom sheets, sometimes on the map, which causes the issue. I will probably manually add icons instead
Expo app crashes after coming out of background mode and making any change. Upon investigation, it was found that the expo/vector-icons library is causing a fatal error with the message "Fatal signal 11 (SIGSEGV)". This suggests that there might be a segmentation fault, which is typically a low-level error indicating that the app is trying to access restricted memory.