A react-native app that connects to a python flask server. The app allows user to send POST request to the server. The server get the json data from the app and console logs the message.
A react-native-router-flux has been used navigation within the app.
Axios library is used to send the POST request from the client to the server.