jcdhlzq

Results 3 comments of 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...

![image](https://github.com/facebook/react-native/assets/23273745/7661b1e6-3305-4dcc-83c0-77387bbf3957)

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) ![image](https://github.com/user-attachments/assets/5606b4c0-4972-4f66-ae8c-6ed23c051a6b). And the cause of the issue may be that you have created multiple RN instance and they all register...