From 274ffcb5f5d23b9a7d0bd37d8dff16e45ac82e67 Mon Sep 17 00:00:00 2001 From: Mugi Khan Date: Thu, 3 Oct 2024 15:07:13 +0200 Subject: [PATCH] WIP: Fix dependencies --- demos/react-native-supabase-todolist/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demos/react-native-supabase-todolist/package.json b/demos/react-native-supabase-todolist/package.json index 7dc698f4..0288c64d 100644 --- a/demos/react-native-supabase-todolist/package.json +++ b/demos/react-native-supabase-todolist/package.json @@ -37,7 +37,6 @@ "metro": "~0.80.8", "react": "18.2.0", "react-native": "0.74.5", - "react-native": "0.74.5", "react-native-elements": "^3.4.3", "react-native-encrypted-storage": "^4.0.3", "react-native-gesture-handler": "~2.16.2", @@ -45,7 +44,6 @@ "react-native-reanimated": "~3.15.0", "react-native-reanimated-table": "^0.0.2", "react-native-safe-area-context": "4.10.5", - "react-native-safe-area-context": "4.10.5", "react-native-safe-area-view": "^1.1.1", "react-native-screens": "~3.31.1", "react-native-vector-icons": "^10.0.0", @@ -61,5 +59,8 @@ "prettier": "^3.2.5", "typescript": "^5.3.3" }, + "op-sqlite": { + "sqlcipher": true + }, "private": true }