'React native app crashes in version Android 11

from firebase crashlytics the error logs are okhttp3.internal.connection.RouteSelector.resetNextProxy (RouteSelector.java:129)



Solution 1:[1]

add in the file android/app/build.gradle

dependencies {
     implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3"))
}

solution from : https://github.com/tinycreative/react-native-intercom/issues/441#issuecomment-852500812

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ViShU