-
-
Hello,
I am using WatermelonDB + Expo + React-Native.
I can't seem to figure out how to solve this. Could someone please help me?
I am encountering this error when I use Expo Go build on my iPh…
-
I am using this library in an Electron environment, and the usage is as follows:
```javascript
this.instance = new SQliteDatabase(path, {
verboze: console.log
});
if (this.secretKey) {
t…
-
So I followed this blog post: https://supabase.com/blog/react-native-offline-first-watermelon-db, but I have not been able to get it working. After copying over the settings from the "Setting up Water…
-
Hi, I just tried implementing the sync feature of watermelondb with supabase and ran into an issue I cant really fix:
When requesting a sync using the rpovided example snippet to my database it simpl…
-
I admit it, it's a really complicated setup with Svelte ([issue](https://github.com/Nozbe/WatermelonDB/issues/819)) and [CapacitorJS](https://ionic.io/blog/cross-platform-sveltekit-capacitor-applicati…
-
https://github.com/Nozbe/WatermelonDB/blob/62774d5ebc4aa9ed6a2f61c8d4e795b32322cec6/src/Database/LocalStorage/index.d.ts#L14
The return type shouldn't be `undefined` instead of `void`?
Reading the…
-
This has been requested before but seems the info is outdated and thought I might ask again. Is there anyway to run raw queries?
The problem I'm having is I need to query a FTS5 virtual table. I do…
-
the code call function onCreate
import { StatusBar } from "expo-status-bar";
import API from "../../function/API";
import { useQueryClient, useQuery } from "@tanstack/react-query";
import dayjs …
-
Hello.
I am trying to pass props from a screen to an withObservables used to enhance the screen.
I am using react navigation, so the data I'm trying to pass comes from it.
This is my screen:
`…