I am trying to build my app for React Native iOS, but the packager can't run since React Native only listens to port 8081 and port 8081 is taken by McAfee which can't be removed. How can I run React Native without using the packager?
Any help is appreciated!
Hey try using another port.
Aditional
After start you can open the app and follow those steps https://stackoverflow.com/a/71767276/5963210