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

View File

@@ -2,7 +2,7 @@
"expo": { "expo": {
"name": "EMI Social", "name": "EMI Social",
"slug": "emi-social", "slug": "emi-social",
"version": "1.2.2", "version": "1.2.4",
"scheme": "emifellowship", "scheme": "emifellowship",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
@@ -24,7 +24,7 @@
"associatedDomains": [ "associatedDomains": [
"applinks:social.emmint.com" "applinks:social.emmint.com"
], ],
"buildNumber": "1.2" "buildNumber": "1.4"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
@@ -33,7 +33,7 @@
}, },
"package": "com.emi.social", "package": "com.emi.social",
"googleServicesFile": "./google-services.json", "googleServicesFile": "./google-services.json",
"versionCode": 7 "versionCode": 8
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"

713
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,19 +18,19 @@
"assert": "^2.0.0", "assert": "^2.0.0",
"expo": "^49.0.8", "expo": "^49.0.8",
"expo-av": "~13.4.1", "expo-av": "~13.4.1",
"expo-dev-client": "~2.4.8", "expo-dev-client": "~2.4.11",
"expo-device": "~5.4.0", "expo-device": "~5.4.0",
"expo-image-picker": "~14.3.2", "expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2", "expo-linking": "~5.0.2",
"expo-localization": "~14.3.0", "expo-localization": "~14.3.0",
"expo-notifications": "~0.20.1", "expo-notifications": "~0.20.1",
"expo-status-bar": "~1.6.0", "expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.12", "expo-updates": "~0.18.16",
"i18n-js": "^4.2.0", "i18n-js": "^4.2.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-native": "0.72.4", "react-native": "0.72.6",
"react-native-autoheight-webview": "^1.6.1", "react-native-autoheight-webview": "^1.6.1",
"react-native-hyperlink": "0.0.19", "react-native-hyperlink": "0.0.19",
"react-native-paper": "^4.11.2", "react-native-paper": "^4.11.2",