reset default port in react native code example
Example 1: react-native init AwesomeProject change port
react-native start --port 9988
Example 2: react native npm run start port
"scripts": { "start": "react-native start --port 9988"}
react-native start --port 9988
"scripts": { "start": "react-native start --port 9988"}