I'm trying to develop a react-native application, sometimes it is saying cannot connect to the development server
. As I read that executing the react-native project in IOS doesn't needs reverse tcp to accept requests from a development server.
can we do a reverse tcp on an IOS device?
Thank you in advance.