Skip to content

Commit

Permalink
WIP: Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Oct 3, 2024
1 parent d135d5b commit 274ffcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@
"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",
"react-native-prompt-android": "^1.1.0",
"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",
Expand All @@ -61,5 +59,8 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"op-sqlite": {
"sqlcipher": true
},
"private": true
}

0 comments on commit 274ffcb

Please sign in to comment.