-
I'm getting the following warning when trying to sync project in android studio
```
WARNING: API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProv…
-
I had simple WatermelonDB schema (similar to example) and it works fine but after
yarn upgrade-interactive (updated all packages)
There appear some issues with compiling and babel configurati…
-
Hey,
Is there a way to add seed data for a new database?
Thanks!
-
Say I have a custom observable field like so:
```javascript
@lazy isNoProblem = this.noProblemEntries
.observeCount()
.pipe(
map$(count => count > 0),
distinctUntilChanged(),…
-
Hey,
we are currently evaluating this for our app. Since we try to implement our own sync engine on top, I'd be curious if it's possible to specify entity IDs whenever you create one.
Right now,…
-
Are there any instructions to run with Expo init? The instructions show setup for ios xcode and android. Expo doesn't create either of those.
-
Hello, what is the best approach of overriding queries, fetch, relations to also include the deleted status (excluding the default not deleted condition)? I saw that the queryWithoutDeleted method is …
-
Publish beautiful typed AsyncStorage wrapper from https://github.com/steida/actualtasks as a lib for both React and React Native.
- app state based on immer
- persisted in AsyncStorage
- typed m…
-
> before jumping to the issue i would like to mention that we really like the idea of what WatermelonDB is doing which makes so many use-cases easy for us to implement also looking forward to see more…
-
A user should not have to delete anything, everything should be archived.
Serialization will be bottleneck one day.
We should think about AsyncStrorage as view cache.
Archived items are therefore s…