Skip to content

Commit

Permalink
updated example to expo-48 (computerjazz#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyashaNziramasanga authored Jul 22, 2024
1 parent c10575d commit 3061e30
Show file tree
Hide file tree
Showing 2 changed files with 2,731 additions and 1,999 deletions.
44 changes: 22 additions & 22 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"expo": "~45.0.0",
"expo-asset": "~8.5.0",
"expo-constants": "~13.1.1",
"expo-font": "~10.1.0",
"expo-linking": "~3.1.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-system-ui": "~1.2.0",
"expo-web-browser": "~10.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-reanimated": "~2.10.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"expo": "^48.0.0",
"expo-asset": "~8.9.1",
"expo-constants": "~14.2.1",
"expo-font": "~11.1.1",
"expo-linking": "~4.0.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-web-browser": "~12.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-swipeable-item": "^2.0.2",
"react-native-web": "0.17.7"
"react-native-web": "~0.18.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@babel/core": "^7.20.0",
"@types/react": "~18.0.27",
"@types/react-native": "~0.66.13",
"jest": "^26.6.3",
"jest-expo": "~45.0.0",
"jest": "^29.2.1",
"jest-expo": "^48.0.0",
"react-test-renderer": "17.0.2",
"typescript": "~4.3.5"
"typescript": "^4.9.4"
},
"private": true
}
Loading

0 comments on commit 3061e30

Please sign in to comment.