Skip to content

Commit 09e2ba6

Browse files
notes
1 parent 3d6b6f7 commit 09e2ba6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

demos/react-native-supabase-todolist/app.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,14 @@ const config: ExpoConfig = {
5858
'expo-build-properties',
5959
{
6060
ios: {
61-
deploymentTarget: '13.4'
61+
deploymentTarget: '13.4',
62+
// TODO: New architecture is currently not yet supported by @journeyapps/react-native-quick-sqlite
63+
newArchEnabled: false
6264
},
6365
android: {
64-
minSdkVersion: 23
66+
minSdkVersion: 23,
67+
// TODO: New architecture is currently not yet supported by @journeyapps/react-native-quick-sqlite
68+
newArchEnabled: false
6569
}
6670
}
6771
],

0 commit comments

Comments
 (0)