ExpoSDK51

This commit is contained in:
Adolfo Reyna
2024-10-05 19:05:19 -04:00
parent 87d8b9cbfd
commit bae8d4ba80
4 changed files with 5056 additions and 7731 deletions

1
App.js
View File

@@ -28,6 +28,7 @@ import GlobalState from './contexts/GlobalState.js';
import NewGroup from './Views/NewGroup.js'; import NewGroup from './Views/NewGroup.js';
import Slideshow from './Views/Slideshow.js'; import Slideshow from './Views/Slideshow.js';
import SongPlayer from './Views/SongPlayer.js'; import SongPlayer from './Views/SongPlayer.js';
import { Platform } from 'react-native';
const Tab = createBottomTabNavigator(); const Tab = createBottomTabNavigator();

View File

@@ -24,7 +24,7 @@
"associatedDomains": [ "associatedDomains": [
"applinks:social.emmint.com" "applinks:social.emmint.com"
], ],
"buildNumber": "1.5" "buildNumber": "1.6"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
@@ -36,6 +36,7 @@
"versionCode": 9 "versionCode": 9
}, },
"web": { "web": {
"bundler": "metro",
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
}, },
"extra": { "extra": {
@@ -45,7 +46,7 @@
}, },
"plugins": [ "plugins": [
[ [
"expo-notifications", "expo-notifications"
], ],
[ [
"expo-media-library", "expo-media-library",
@@ -55,7 +56,8 @@
"isAccessMediaLocationEnabled": true "isAccessMediaLocationEnabled": true
} }
], ],
"expo-localization" "expo-localization",
"expo-asset"
], ],
"runtimeVersion": { "runtimeVersion": {
"policy": "appVersion" "policy": "appVersion"

12728
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,44 +10,44 @@
"eject": "expo eject" "eject": "expo eject"
}, },
"dependencies": { "dependencies": {
"@react-native-async-storage/async-storage": "1.18.2", "@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "9.3.10", "@react-native-community/netinfo": "11.3.1",
"@react-navigation/bottom-tabs": "^6.2.0", "@react-navigation/bottom-tabs": "^6.2.0",
"@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",
"assert": "^2.0.0", "assert": "^2.0.0",
"expo": "^49.0.8", "expo": "^51.0.0",
"expo-av": "~13.4.1", "expo-av": "~14.0.7",
"expo-dev-client": "~2.4.11", "expo-dev-client": "~4.0.27",
"expo-device": "~5.4.0", "expo-device": "~6.0.2",
"expo-image-picker": "~14.3.2", "expo-image-picker": "~15.0.7",
"expo-linking": "~5.0.2", "expo-linking": "~6.3.1",
"expo-localization": "~14.3.0", "expo-localization": "~15.0.3",
"expo-notifications": "~0.20.1", "expo-notifications": "~0.28.18",
"expo-status-bar": "~1.6.0", "expo-status-bar": "~1.12.1",
"expo-updates": "~0.18.16", "expo-updates": "~0.25.26",
"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.6", "react-native": "0.74.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.6.3", "react-native-safe-area-context": "4.10.5",
"react-native-screens": "~3.22.0", "react-native-screens": "3.31.1",
"react-native-vector-icons": "^9.1.0", "react-native-vector-icons": "^9.1.0",
"react-native-web": "~0.19.6", "react-native-web": "~0.19.10",
"react-native-webview": "13.2.2", "react-native-webview": "13.8.6",
"valtio": "^1.4.0", "valtio": "^1.4.0",
"@expo/metro-config": "~0.10.0", "@expo/metro-config": "~0.18.11",
"@expo/webpack-config": "^19.0.0", "expo-image": "~1.13.0",
"expo-image": "~1.3.5", "expo-media-library": "~16.0.5",
"expo-media-library": "~15.4.1", "expo-sharing": "~12.0.1",
"expo-sharing": "~11.5.0" "expo-asset": "~10.0.10"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.19.3" "@babel/core": "^7.24.0"
}, },
"private": true "private": true
} }