Skip to content

Commit

Permalink
WIP: Add back RNQS
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Oct 1, 2024
1 parent 4cf1a2d commit f68c45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/vector-icons": "^14.0.3",
"@op-engineering/op-sqlite": "8.0.3",
"@journeyapps/react-native-quick-sqlite": "^1.4.0",
"@powersync/attachments": "workspace:*",
"@powersync/common": "workspace:*",
"@powersync/op-sqlite": "workspace:*",
Expand Down Expand Up @@ -59,14 +60,5 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"op-sqlite": {
"sqlcipher": false,
"crsqlite": true,
"performanceMode": "2",
"iosSqlite": false,
"fts5": false,
"libsql": false,
"sqliteVec": false
},
"private": true
}
3 changes: 1 addition & 2 deletions demos/react-native-supabase-todolist/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../node_modules/expo/tsconfig.base.json",
"compilerOptions": {
"strict": true,
"composite": true,
"moduleResolution": "bundler"
"composite": true
}
}

0 comments on commit f68c45a

Please sign in to comment.