expo doctor

This commit is contained in:
Adolfo Reyna
2023-10-23 20:07:39 -04:00
parent 8abc441cf5
commit d4410c5715
4 changed files with 268 additions and 460 deletions

3
API.js
View File

@@ -1,4 +1,5 @@
const baseUrl = "https://api.emmint.com";
//const baseUrl = "http://localhost:3000";
let getCall = async (path = "", params = {}) => {
let queryParams = "?";
@@ -106,7 +107,7 @@ const API = {
email,
profile
}).then((data) => {
console.log(data)
//console.log(data)
if (data && data.status === "ok") {
CurrentUserId = data.user_sid;
CurrentProfile = data.profile_id;