Skip to content

Commit 776eed9

Browse files
committed
Remove react-native-sqlite-storage dependency and delete database-related functions
1 parent 0ba67d6 commit 776eed9

File tree

3 files changed

+1
-59
lines changed

3 files changed

+1
-59
lines changed

bun.lockb

-864 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,12 @@
4141
"react-native-reanimated": "3.16.3",
4242
"react-native-safe-area-context": "^5.0.0",
4343
"react-native-screens": "^4.4.0",
44-
"react-native-sqlite-storage": "^6.0.1",
4544
"react-native-svg": "^15.9.0",
4645
"tailwind-merge": "^2.6.0",
4746
"zod": "^3.24.1",
4847
"zustand": "^5.0.2"
4948
},
5049
"devDependencies": {
51-
"tailwindcss": "^3.4.16",
5250
"@babel/core": "^7.25.2",
5351
"@babel/preset-env": "^7.25.3",
5452
"@babel/runtime": "^7.25.0",
@@ -69,7 +67,7 @@
6967
"prettier-plugin-tailwindcss": "^0.6.9",
7068
"react-native-svg-transformer": "^1.5.0",
7169
"react-test-renderer": "18.3.1",
72-
"@types/react-native-sqlite-storage": "^6.0.5",
70+
"tailwindcss": "^3.4.16",
7371
"typescript": "5.0.4"
7472
},
7573
"engines": {

src/screens/db.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)