Skip to content

Commit

Permalink
fix: remove cast because it requires sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 committed Dec 6, 2023
1 parent 29d2d0e commit 9fc6494
Show file tree
Hide file tree
Showing 5 changed files with 711 additions and 533 deletions.
4 changes: 1 addition & 3 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
'expo-build-properties',
{
android: {
kotlinVersion: '1.9.0', // this is for softinput package,
compileSdkVersion: 34,
compileSdkVersion: 33,
},
},
],
Expand All @@ -132,7 +131,6 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
},
],
'sentry-expo',
'@config-plugins/react-native-google-cast',
],
extra: {
...ClientEnv,
Expand Down
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"dependencies": {
"@bacons/link-assets": "^1.1.0",
"@config-plugins/react-native-google-cast": "^6.0.0",
"@gorhom/bottom-sheet": "^4.4.5",
"@graphql-typed-document-node/core": "^3.2.0",
"@jonasmerlin/react-native-markdown-display": "github:jonasmerlin/react-native-markdown-display",
Expand All @@ -44,7 +43,7 @@
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@sentry/react-native": "^5.5.0",
"@shopify/flash-list": "1.6.3",
"@shopify/flash-list": "1.4.3",
"@tanstack/react-query": "^4.26.1",
"axios": "^1.3.4",
"dayjs": "^1.11.9",
Expand Down Expand Up @@ -74,10 +73,9 @@
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-if": "^4.1.5",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-device-info": "^10.11.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-google-cast": "^4.6.2",
"react-native-mmkv": "2.6.3",
"react-native-modal": "^13.0.1",
"react-native-orientation-locker": "^1.5.0",
Expand All @@ -91,11 +89,11 @@
"react-native-toast-message": "^2.1.7",
"react-native-video": "6.0.0-alpha.8",
"react-native-web": "~0.19.7",
"react-native-webview": "13.6.2",
"react-native-webview": "13.2.2",
"react-native-youtube-iframe": "^2.3.0",
"react-native-zip-archive": "^6.1.0",
"react-query-kit": "^1.4.6",
"sentry-expo": "~7.0.1",
"sentry-expo": "~7.1.0",
"tailwind-merge": "^1.14.0",
"zod": "^3.21.4"
},
Expand Down Expand Up @@ -147,4 +145,4 @@
"osMetadata": {
"initVersion": "4.2.2"
}
}
}
Loading

0 comments on commit 9fc6494

Please sign in to comment.