We can use localtunnel's "subdomain" attribute to default the URL to be "test.loca.." and that way we dont have to be changing the url each time when running our redux locally. We could further improve on this dev automation by using concurrently to run the expo server, backend server, and local tunnel server in one command but i think it is better to keep it separated for now.
Please keep this branch open after review, as I am still working on the functionality
Added scripts using bash.
We can use localtunnel's "subdomain" attribute to default the URL to be "test.loca.." and that way we dont have to be changing the url each time when running our redux locally. We could further improve on this dev automation by using concurrently to run the expo server, backend server, and local tunnel server in one command but i think it is better to keep it separated for now.
Please keep this branch open after review, as I am still working on the functionality