I know how to POST data from a React Native app to the server with axios, but I don't know how I can POST data from the server to React Native. Is there a way to listen for requests from the server, or a way to handle requests to "routes" in the app (if they even exist)?