Skip to content

Latest commit

 

History

History
 
 

app

AR Cut Paste Mobile App

A React Native mobile application.

Setup

npm install

Then update the IP address in components/Server.txt 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