Skip to content

Commit

Permalink
sdk 51 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed May 13, 2024
1 parent 487c39f commit a8412c7
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 629 deletions.
9 changes: 7 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
Expand All @@ -27,7 +29,10 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"plugins": [
"expo-router",
"expo-font"
],
"experiments": {
"typedRoutes": true
},
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,35 @@
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-navigation/native": "^6.0.2",
"expo": "^51.0.2",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"expo-updates": "~0.24.12",
"expo-web-browser": "~12.8.2",
"expo": "~51.0.4",
"expo-font": "~12.0.5",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.12",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-updates": "~0.25.11",
"expo-web-browser": "~13.0.3",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native": "0.74.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react": "~18.2.79",
"eslint": "8",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"jest": "^29.2.1",
"jest-expo": "~50.0.4",
"jest-expo": "~51.0.1",
"prettier": "^3.2.5",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
"typescript": "~5.3.3"
},
"private": true
}
Loading

0 comments on commit a8412c7

Please sign in to comment.