git clone https://github.com/shahvrushali22/Restauro.git
Assuming that you have Node 10+ installed, you can use npm to install the Expo CLI command line utility:
npm install -g expo-cli
Then run the following command to creae a new project
expo init Project-Name
Then copy all the folders into your Project folder Follow following steps:-
cd Project-Name
expo start
This will start a development server for you. Running your React Native application
Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your project. On iOS, follow on-screen instructions to get a link.
Congratulations! Now You will be able to successfully run and modify this React Native app.