summaryrefslogtreecommitdiff
path: root/apps/mobile/expo-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/expo-env.d.ts')
-rw-r--r--apps/mobile/expo-env.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/mobile/expo-env.d.ts b/apps/mobile/expo-env.d.ts
new file mode 100644
index 0000000..ebc8daf
--- /dev/null
+++ b/apps/mobile/expo-env.d.ts
@@ -0,0 +1,5 @@
+/// <reference types="expo/types" />
+
+// NOTE: This file should not be edited and should be in your git ignore
+
+declare const __DEV__: boolean;