upgrade to expo 53

This commit is contained in:
Aman Varshney
2025-05-01 15:37:12 +05:30
parent fc30b839f0
commit d5894e5db8
9 changed files with 43 additions and 34 deletions

View File

@@ -11,7 +11,8 @@
},
"plugins": [
"expo-router",
"expo-secure-store"
"expo-secure-store",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true,
@@ -26,7 +27,9 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.amanvarshney01.mybettertapp"