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
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.
The text was updated successfully, but these errors were encountered:
VadymBezsmertnyi
changed the title
[expo 51] The Expo app crashes after coming out of background mode and making any change
[expo 51](Fatal signal 11 (SIGSEGV)) The Expo app crashes after coming out of background mode and making any change
Jul 4, 2024
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.
The text was updated successfully, but these errors were encountered: