-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom port on ios does not work after react-native
upgrade to 0.73
#2228
Comments
+1 |
same issue for me |
Still same issue in React Native 0.73.2 |
@tm00-git, this fix will land in 0.73.3 |
Still same issue in 0.73.3 |
0.73.3 has CLI version 12.3.2 in it: https://github.com/facebook/react-native/blob/v0.73.3/packages/react-native/package.json#L96 The fix needs 13.3.0 or higher: 453fe0c If you need it right now, it's a tiny one-line change - you could use |
Thanks @liamjones for your explanation 🙏 @tm00-git, somehow we forgot to backport fix to relevant branch. Sorry for trouble. I'll make sure that this will land in next RN patch, for now you can follow steps from Liam. |
I m not able to call my deployed API in "react-native": "0.73.6", i can access API through IP address but can not with my sub-domain. API is working in ios but not in android. The issue is just in android. If i run api on my localhost then it is also working fine. But the problem is in android with deploy api subdomain. Please help me ASAP, it is urgent. |
Environment
Description
Running
react-native run-ios --port=8888
does not work on ios anymore onreact-native
0.73
. Android seems to be working fine.It does start the correct port on metro but somehow is not communicated properly on native ios.
Testing on
0.72
works fine on both platforms.Reproducible Demo
https://github.com/grgmo/react-native-custom-port-bug-repro
The text was updated successfully, but these errors were encountered: