We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6b6f7 commit 09e2ba6Copy full SHA for 09e2ba6
demos/react-native-supabase-todolist/app.config.ts
@@ -58,10 +58,14 @@ const config: ExpoConfig = {
58
'expo-build-properties',
59
{
60
ios: {
61
- deploymentTarget: '13.4'
+ deploymentTarget: '13.4',
62
+ // TODO: New architecture is currently not yet supported by @journeyapps/react-native-quick-sqlite
63
+ newArchEnabled: false
64
},
65
android: {
- minSdkVersion: 23
66
+ minSdkVersion: 23,
67
68
69
}
70
71
],
0 commit comments