a basic react native app (expo) contains 2 views (Login, Dashboard)
->> (Login): do a very basic compare between a json response holding up a username & password with a user entered ones, if they matched it switch the view to the dashboard view
->> (Dashboard): do a request to a uri & take the response of json message then display it on the dashboard view