This commit is contained in:
Adolfo Reyna
2022-12-06 11:38:36 -05:00
parent a248bc349e
commit dc84e4212c
5 changed files with 10988 additions and 6884 deletions

View File

@@ -22,13 +22,31 @@
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/icon.png",
"backgroundColor": "#FFFFFF" "backgroundColor": "#FFFFFF"
}, },
"package": "com.emi.social" "package": "com.emi.social"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
} },
"extra": {
"eas": {
"projectId": "c2bb4d4e-4d4d-4f34-a873-7cad78c6023c"
}
},
"plugins": [
[
"expo-notifications",
{
"icon": "./local/assets/notification-icon.png",
"color": "#ffffff",
"sounds": [
"./local/assets/notification-sound.wav",
"./local/assets/notification-sound-other.wav"
]
}
]
]
} }
} }

18
eas.json Normal file
View File

@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 2.9.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}

10532
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,30 +15,32 @@
"@react-navigation/material-bottom-tabs": "^6.1.1", "@react-navigation/material-bottom-tabs": "^6.1.1",
"@react-navigation/native": "^6.0.8", "@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0", "@react-navigation/native-stack": "^6.5.0",
"expo": "^46.0.0", "assert": "^2.0.0",
"expo-av": "~12.0.4", "expo": "^47.0.8",
"expo-device": "~4.3.0", "expo-av": "~13.0.2",
"expo-notifications": "~0.16.1", "expo-dev-client": "~2.0.1",
"expo-status-bar": "~1.4.0", "expo-device": "~5.0.0",
"expo-updates": "~0.14.7", "expo-image-picker": "~14.0.2",
"expo-notifications": "~0.17.0",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "18.0.0", "react": "18.1.0",
"react-dom": "18.0.0", "react-dom": "18.1.0",
"react-google-material-icons": "^1.0.4", "react-google-material-icons": "^1.0.4",
"react-native": "0.69.6", "react-native": "0.70.5",
"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",
"react-native-safe-area-context": "4.3.1", "react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.15.0", "react-native-screens": "~3.18.0",
"react-native-vector-icons": "^9.1.0", "react-native-vector-icons": "^9.1.0",
"react-native-web": "~0.18.7", "react-native-web": "~0.18.7",
"react-native-webview": "11.23.0", "react-native-webview": "11.23.1",
"valtio": "^1.4.0", "valtio": "^1.4.0"
"expo-image-picker": "~13.3.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.6" "@babel/core": "^7.19.3"
}, },
"private": true "private": true
} }

7270
yarn.lock Normal file

File diff suppressed because it is too large Load Diff