-
In my app plants are delivered to nurseries.
Deliveries can originate from nurseries or terminate there.
Thus the deliveries table has two relations to the nurseries table with the corresponding f…
-
I managed to implement watermelondb for RN Windows version 0.70 using LokiJS Adapter. I am able to sync data the first time the app loads, but after a restart the data is lost. Also when I try to crea…
-
Hey, on my project whenever hot reloading or sometimes randomly when interacting with the app, the app crashes with the following error in flipper
```
Closing database...
Error: Leak detected! Fina…
-
I have two tables, 'users' and 'clubs,' that are related with a **one-to-many** relation. This means each user can be associated with many clubs, and each club is owned by one user. However, when att…
-
So my use case is that I want the user to be able peruse entries in a big table while the app is connected to the internet. Then, the user has the choice of saving an entry for use offline. While off…
-
When we receive the user_added event (a user has been added to a channel), we may want to add the user to our store (redux on webapp, watermelondb on mobile). If we have the whole user in the event, w…
-
An update on what I've been working on recently, and my plans for the upcoming weeks and months. This is a request for comments, too, so please feel free to comment with your thoughts.
### **Perfor…
-
Currently experiencing an error in the backend which means its sending updated records as created, that's on us. My question is, the error it throws implies it will still update the database
```
[Di…
-
## Overview
I'd love to be able to use `compose` from the `react-compose` package to compose Hooks too. Not sure if this is already possible but currently I'm having to use `fromRenderProps` from `re…
-
When I'm going to update inside callWriter, I 'm facing this error. Please someone tell me how could I call update inside callWriter? Here is my Code.
```
@writer async updateContact(newContact) {…