From 3d85fbe1980c5bbda59a962c7044e57895731149 Mon Sep 17 00:00:00 2001 From: Matthew Horan Date: Tue, 22 Sep 2020 12:35:14 -0400 Subject: [PATCH] Import Constants in push notification initializer --- src/lib/helpers/push-notifications.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/helpers/push-notifications.ts b/src/lib/helpers/push-notifications.ts index ac06dae..d760f8e 100644 --- a/src/lib/helpers/push-notifications.ts +++ b/src/lib/helpers/push-notifications.ts @@ -1,3 +1,4 @@ +import Constants from 'expo-constants'; import * as Notifications from 'expo-notifications'; import * as Permissions from 'expo-permissions';