token passed, tested with a call, change up env a bit

This commit is contained in:
Loewy
2024-02-06 13:02:15 -08:00
parent 035ce9f1b9
commit c1ba1ceb7c
9 changed files with 18 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ import React, {
useState,
} from "react";
import { API_URI } from "../config";
import { API_URI } from "@env";
type Props = {
children: ReactNode;