From 819e797d45a5519a991a4b0f8cf937de3decb646 Mon Sep 17 00:00:00 2001
From: Anders Langlie <anders.s.langlie@gmail.com>
Date: Wed, 23 Jun 2021 12:20:59 +0000
Subject: [PATCH] Update README.md

---
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 6bc3d2e..cfaf236 100644
--- a/README.md
+++ b/README.md
@@ -145,9 +145,4 @@ The last feature an admin has access is the manage salamander feature. Here, an
 
 To build the application, we followed the official [**expo guide**](https://docs.expo.io/distribution/building-standalone-apps/). It is important to note that we have currently only tried building for android, and not iOS, as an iOS developer account is needed to do this.
 
-We first had to eject from the expo environment, and add a few things to the android manifest file to get the app to work properly: 
-
-* Map
-* Expo camera
-* 
-
+Building the app can be done using Expo's built-in build tool. To use the map, a Google API key is needed. Read the [**Official documentation**](https://developers.google.com/maps/documentation/javascript/get-api-key) to learn how to create and manage Google API keys. This key has to be placed inside the ```App.js``` file before building. Read [Expo's guide](https://docs.expo.io/versions/latest/sdk/map-view/) to learn how to include your key in the project.
-- 
GitLab