jcdhlzq
jcdhlzq
I've tested the issue with the pr #37667. The issue doesn't occurred on Android. The effect now is equal to that on iOS with `ellipsizeMode = {'wordWrapping'}`. But I doubt...

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 you have created multiple RN instance and they all register...