You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option of allowing IP= to be customized would make it greatly easier for developers to run Metro Server with react-native run-ios command. I personally find it troublesome to get Metro Server to work with my setup and this feature would be greatly appreciated
The text was updated successfully, but these errors were encountered:
I think it'd be a good idea, but it's likely that you'd have to do the PR yourself to enable this. It'd probably the fastest way to get someone to review and give you feedback
I think it'd be a good idea, but it's likely that you'd have to do the PR yourself to enable this. It'd probably the fastest way to get someone to review and give you feedback
Indeed 👍 I believe is a good addition. A PR on this is most likely going to be reviewed/merged.
Introduction
The current implementation of
react-native-xcode.sh
script is limited to the first available network interface (see code snippet):This makes it quite difficult to get Metro Server to run on the correct interface with a custom network configuration.
Details
The above code is executed in xCode during
Bundle React Native code and images
build phase:export NODE_BINARY=node ../node_modules/react-native/scripts/react-native-xcode.sh
Discussion points
Option of allowing
IP=
to be customized would make it greatly easier for developers to run Metro Server withreact-native run-ios
command. I personally find it troublesome to get Metro Server to work with my setup and this feature would be greatly appreciatedThe text was updated successfully, but these errors were encountered: