Skip to content

Latest commit

 

History

History
 
 

app

AR Cut Paste Mobile App

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.

Setup

npm install

Then 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";

Run

npm start