Skip to content

Commit

Permalink
Update example app packages
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Nov 28, 2024
1 parent c248827 commit c9ea996
Show file tree
Hide file tree
Showing 3 changed files with 1,108 additions and 587 deletions.
3 changes: 2 additions & 1 deletion example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ios": {
"supportsTablet": true
},
"assetBundlePatterns": ["**/*"]
"assetBundlePatterns": ["**/*"],
"plugins": ["expo-asset", "expo-font"]
}
}
30 changes: 15 additions & 15 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
"@expo/webpack-config": "~19.0.1",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@shopify/flash-list": "1.6.3",
"expo": "^50.0.0",
"expo-asset": "~9.0.2",
"expo-constants": "~15.4.6",
"expo-font": "~11.10.3",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"@shopify/flash-list": "1.6.4",
"expo": "^51.0.0",
"expo-asset": "~10.0.10",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.10",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-get-random-values": "~1.8.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-web": "~0.19.6",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.24.0",
"@types/react": "~18.2.45",
"@types/react-native": "~0.70.6",
"babel-loader": "8.1.0",
Expand Down
Loading

0 comments on commit c9ea996

Please sign in to comment.