Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 688 Bytes

Dook Application

This app is built using react-native in combination with Expo.

do the following if you wanna open up the app

Assuming that you have Node 10 LTS or greater installed, you can use npm to install the Expo CLI command line utility:

git clone https://github.com/dook-robotics/dook-app.git

cd DookApp

npm install

npm install -g expo-cli

expo-cli start

You can then view the app by using the iOS simulator (Make sure you have Xcode installed), an Android simulator (make sure you have Android studio installed), or by downloading the Expo app on your app store and scanning the QR Code.

Happy Programming 😄