expo doctor
This commit is contained in:
3
API.js
3
API.js
@@ -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;
|
||||
|
||||
6
app.json
6
app.json
@@ -2,7 +2,7 @@
|
||||
"expo": {
|
||||
"name": "EMI Social",
|
||||
"slug": "emi-social",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.4",
|
||||
"scheme": "emifellowship",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
@@ -24,7 +24,7 @@
|
||||
"associatedDomains": [
|
||||
"applinks:social.emmint.com"
|
||||
],
|
||||
"buildNumber": "1.2"
|
||||
"buildNumber": "1.4"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"package": "com.emi.social",
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"versionCode": 7
|
||||
"versionCode": 8
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
|
||||
713
package-lock.json
generated
713
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -18,19 +18,19 @@
|
||||
"assert": "^2.0.0",
|
||||
"expo": "^49.0.8",
|
||||
"expo-av": "~13.4.1",
|
||||
"expo-dev-client": "~2.4.8",
|
||||
"expo-dev-client": "~2.4.11",
|
||||
"expo-device": "~5.4.0",
|
||||
"expo-image-picker": "~14.3.2",
|
||||
"expo-linking": "~5.0.2",
|
||||
"expo-localization": "~14.3.0",
|
||||
"expo-notifications": "~0.20.1",
|
||||
"expo-status-bar": "~1.6.0",
|
||||
"expo-updates": "~0.18.12",
|
||||
"expo-updates": "~0.18.16",
|
||||
"i18n-js": "^4.2.0",
|
||||
"moment": "^2.29.1",
|
||||
"react": "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-hyperlink": "0.0.19",
|
||||
"react-native-paper": "^4.11.2",
|
||||
|
||||
Reference in New Issue
Block a user