diff --git a/client/app/types/env.d.ts b/client/app/types/env.d.ts new file mode 100644 index 000000000..c9ce7c420 --- /dev/null +++ b/client/app/types/env.d.ts @@ -0,0 +1,5 @@ +declare module '@env' { + +export const EXPO_IP: string; +export const API_KEY, AUTH_DOMAIN, PROJECT_ID, STORAGE_BUCKET, MESSAGING_SENDER_ID, APP_ID: string; +}