-
Whether Watermelondb work in expo ??. I tried using watermelondb in expo app. Before installing watermelondb it was working fine after installing and enclosing within database provider Fast refresh an…
-
Hello,
quick question, i can't figure out if this is some WM limitation, or if i did something wrong.
I have simple icon enhanced by some data, nothing fancy:
```
export const FavouriteItemI…
-
Hi guys !
This project looks amazing. I would like to know if you have planned to help people test a watermelonDB? As it requires an interaction with a local SQLite DB or Indexeddb, how about crea…
-
Hello everyone, I have a problem and would like to know if you have had the same problem.
**library not found for -LBVLinearGradient**
I already did it
```
npm install react-native-linear-gradie…
-
When I write the following code, straight from docs:
```
class Post extends Model {
static table = 'posts'
static associations = {
comments: { type: 'has_many', foreignKey: 'post_id' },…
-
# 20210214 Github 前端趋势榜
Github 前端开发日报栏目数据来自[Github热榜](http://news.caibaojian.com.cn/)(我开发的爬虫),每日分享HTML、CSS、JavaScript、Vue等开源项目,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kuj…
-
## Bug Description
The iOS react-native application suddenly crashes when the user are consuming it. Not sure which it's the cause. When those crashes occurs, i can deal because happens usually it'…
-
Suppose a somewhat involved query that requires to be retrieved by means of the `unsafeSqlQuery`, say
```
const query = `SELECT t1.*, COUNT([something]) as count
FROM table1 t1,
INNER JOIN table…
-
**Description:**
This is listed as a common issue: https://documentation.onesignal.com/docs/troubleshooting-ios
Resources that I have found have not been able to solve the issue. I've searched…
-
"I have multiple tables, but there is one table for which I only want to save data to the local database and not to the server. Watermelon DB give all created update table .... I have searched through…