Skip to content

Commit

Permalink
Update expo
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Apr 25, 2024
1 parent 159307c commit 569ebb5
Show file tree
Hide file tree
Showing 3 changed files with 1,062 additions and 865 deletions.
1 change: 1 addition & 0 deletions apps/app/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = () => {
},
},
plugins: [
'expo-router',
'@config-plugins/react-native-webrtc',
'expo-localization',
[
Expand Down
17 changes: 9 additions & 8 deletions apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@pikatorrent/app",
"version": "0.9.0",
"main": "expo-router/entry",
"scripts": {
"build:android:development": "eas build --profile development --platform android --local",
"build:android:preview": "eas build --profile preview --platform android --local",
Expand Down Expand Up @@ -30,22 +31,22 @@
"@tamagui/use-force-update": "1.91.3",
"bowser": "^2.11.0",
"burnt": "^0.10.0",
"expo": "~50.0.13",
"expo": "^50.0.17",
"expo-barcode-scanner": "~12.9.3",
"expo-build-properties": "~0.11.1",
"expo-constants": "~15.4.5",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.10",
"expo-dev-client": "~3.3.11",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.7",
"expo-font": "^11.1.1",
"expo-intent-launcher": "~10.11.0",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.3",
"expo-notifications": "~0.27.6",
"expo-router": "~3.4.8",
"expo-localization": "~14.8.4",
"expo-notifications": "~0.27.7",
"expo-router": "~3.4.9",
"expo-sharing": "~11.10.0",
"expo-splash-screen": "~0.26.4",
"expo-splash-screen": "~0.26.5",
"expo-standard-web-crypto": "^1.5.0",
"expo-status-bar": "~1.11.1",
"flat": "^6.0.1",
Expand All @@ -59,7 +60,7 @@
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.73.5",
"react-native": "0.73.6",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
Expand Down
Loading

0 comments on commit 569ebb5

Please sign in to comment.