An Expo / React Native mobile application. Please follow instructions from the expo website to see how to preview the app on your phone using the Expo app.
npm installThen update the IP address in components/Server.tsx to point to the IP address of the computer running the local server:
3: const URL = "http://192.168.1.29:8080";npm start