Replies: 1 comment
-
This feel like something related to your local environment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Suddenly my react-native library turbo module have started to show some blocking network issues that prevent it to establish tcp connections.
Last week I've added the react-native-tcp-socket library and it worked perfectly for 2 days.
Then something went bad (I don't know why) and I'm still having problem.
Platform is iOS.
I've just upgraded RN to version 0.72.5 but nothing changed.
I've also just upgraded XCode to version 15.0 and now the library seems to be working only on iOS 17 simulator, but on a real device (running iOS 16) and on older simulator ios version at startup it shows these errors:
At the moment the library example app is doing nothing...not even using the tcp connection provided by react-native-tcp-socket.
Please can someone help?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions