jcdhlzq
jcdhlzq
when the property `resizeMode` is set to `contain`, the image type is set to CENTER_INSIDE in Android, but it is set to `scaleAspectFit`, which may cause the different. Is it...
### Description Test case : https://snack.expo.dev/vyBu3Fm-d The text "已售5.15万哈哈哈哈哈哈哈" is expected to be rendered on the screen with some of the text characters, but we got one of the characters...
# Overview The reason of this issue is [system limits](https://cs.android.com/android/platform/superproject/main/+/main:packages/modules/Connectivity/framework/src/android/net/ConnectivityManager.java;l=4944#:~:text=4943-,4944,-4945) and [counter](https://cs.android.com/android/platform/superproject/main/+/main:packages/modules/Connectivity/service/src/com/android/server/ConnectivityService.java;l=8173;drc=8c326b9054263acb63ee0137a013a1bf584cab53;bpv=0;bpt=1#:~:text=8172-,8173,-8174).  And the cause of the issue may be that App may have created multiple RN instance and...