-
### Current behavior
Recently I upgraded my React native version so after version 0.73 my screen is getting bundled on every screen navigation. I don't know if this is the new way react native work…
-
When I launch the application on iOS, I keep having problems with web bundling. Can someone help me with this?
Web Bundling failed 297ms
The package at "node_modules/@nozbe/watermelondb/adapters/s…
-
Hey, I would like to add Flipper support and I followed this tutorial:
https://fbflipper.com/docs/setup/databases-plugin.html
But I need the database path, could you help me? Thanks
-
### Summary
Same code was working, after some hours I ran, It's showing this error.
Error msg
```bash
Android Bundling failed 150ms
error: node_modules/expo/AppEntry.js: Cannot find modul…
-
```
//................LIBRARIES.....................
import {Model} from '@nozbe/watermelondb';
import {
relation,
field,
children,
readonly,
date,
} from '@nozbe/watermelondb/decor…
-
I want to clear all the records from different tables. Is there anyway to do that ?
-
Reproducible with the example app.
Steps to reproduce:
* set :hermes_enabled => false in Podfile
* rebuild the example app
* run the tests
![IMG_2727](https://github.com/margelo/react-n…
-
Following the typescript example, I created the following class:
```typescript
import { Model } from '@nozbe/watermelondb'
import { field, children, date } from '@nozbe/watermelondb/decorators'
…
-
I have an app using React Native, and WatermelonDB.
What is the recommended way to adding a new db migration? The [docs](https://watermelondb.dev/docs/Advanced/Migrations) mention refreshing my si…
-
Add electric-sql to the client-side-databases project to measure the performance metrics.
For that, create an angular subproject like the already existing ones and then implement the logic interfa…