From 99a190c62424f82e003f4acf46e0c76732bb96db Mon Sep 17 00:00:00 2001 From: Lucien Blunk-Lallet Date: Thu, 20 Jun 2019 00:17:25 +0200 Subject: [PATCH] Remove unused package import --- App/Screens/Loading/Loading.js | 1 - 1 file changed, 1 deletion(-) diff --git a/App/Screens/Loading/Loading.js b/App/Screens/Loading/Loading.js index 6080e7e6..96553d87 100644 --- a/App/Screens/Loading/Loading.js +++ b/App/Screens/Loading/Loading.js @@ -17,7 +17,6 @@ import React, { Component } from 'react'; import { inject, observer } from 'mobx-react'; import * as Permissions from 'expo-permissions'; -import * as TaskManager from 'expo-task-manager'; import * as Location from 'expo-location'; import retry from 'async-retry'; import { StyleSheet, Text } from 'react-native';