From 54e591f42b3a69446e9c4319064563007cf7bde4 Mon Sep 17 00:00:00 2001 From: vj6666 Date: Mon, 18 Nov 2019 09:42:43 +0100 Subject: [PATCH] Added README file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..39f549a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +In order to run the app first go to project directory and open a terminal. Run the command "expo start" on your terminal. Taht will initiate an expo server. To run the app with live reloading, choose one of: + + • Scan the QR code that will appear after running "expo start" with the Expo app (Android) or the Camera app (iOS). + • Press a for Android emulator. + • Press e to send a link to your phone with email. + +Press ? to show a list of all available commands. + +-To run tests, make sure yarn or npm is installed and run command: yarn test/npm run test -- GitLab