[React Native] change port when running react native

Two ways to do that.

First, use this module to do that, https://github.com/ktonon/react-native-port-patcher

Second, change all the 8081 to 8088 from your app module which located in go to <your app> ode_modules eact-native

原文地址:https://www.cnblogs.com/davidhhuan/p/7001654.html