-
I have added [Automatic create/update tracking](https://watermelondb.dev/docs/Advanced/CreateUpdateTracking) as per the documentation but it is not working for me. It just shows `0` for both `created_…
-
**Error**
_ ERROR Error fetching nurses: [Diagnostic error: Unsafe name 'undefined' not allowed (not a string)]_
**Observable**
```
const enhance = withObservables(['route'], ({route}) => ({
…
-
### Description
```
TypeError: glob.sync is not a function
at extractSupportedApplePlatforms (/Users/regalstreak/dev/headout/proteus/node_modules/react-native/scripts/codegen/generate-artifacts…
-
Hey,
Has anyone been able to use WatermelonDB with [Expo SDK50 (just released)](https://expo.dev/changelog/2024/01-18-sdk-50)? When upgrading my app from SDK49 to SDK50, running `npx expo run:ios` …
-
### Description
I tried running my code and I got this error:
npm start -- --reset-cache
### Steps to reproduce
1. npm start
2. npm run android
3. the error occurs
### Snack or a link to a repo…
-
I started with a fresh `git clone ...`, `npm install`, and `npx expo run:ios` (in the readme you also have `npx expo start:ios` - is that a typo?) and this is the output. What am I missing?
-
After install Jsi in Android following docs steps , the app crashes if the app is in debug mode
React native version: 63.3
WatermelonDb: 0.23.0
ndk version: 20.1.5948944
```
2021-10-11 14:02:…
-
Hi,
When building the example app on my mac m1, I get the following error :
```❌ (ios/Pods/Target Support Files/Pods-wmlDB/ExpoModulesProvider.swift:8:8)
6 | */
7 |
> 8 | import E…
-
Hello,
We've started a project a while ago and we've implemented almost everything, we've used batch insertions before the way it's been documented and all went just like a charm,
The problem is…
-
I'm trying to develop a database adapter for Tauri. I've followed the instructions on the [CONTRIBUTING](https://github.com/Nozbe/WatermelonDB/blob/master/CONTRIBUTING.md) document to test my changes …