Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
74 views

Problem Description: I am working on a React Native 0.78 project using WatermelonDB. It works fine when using JavaScript, but when I switch to TypeScript, it doesn't work. I have tried updating Babel, ...
-1 votes
1 answer
336 views

I created brand new react native typescript application: npx @react-native-community/cli init ReactNativeTry It builds and runs smoothly. Right away i added watermelondb dep according to the doc: npm ...
0 votes
0 answers
74 views

I'm encountering an issue with Jest while running tests for a React Native component called AccountList. This is a "enhanced" component that uses WatermelonDB's withObservables to keep track ...
3 votes
0 answers
95 views

I creted a basic Node.js app with WatermelonDB and LokiJSAdapter and is working fine but when I switched to SQLiteAdapter this error start appering. Any ideas hoe to fix that? Error: EBUSY: resource ...
0 votes
1 answer
123 views

How do I sort observable component in watermelondb. The doc says something like this but the docs outdated and currently the newest watermelondb doesnt have sortWith. const sortComments = sortWith([ ...
0 votes
1 answer
68 views

I implemented the basic syc example from the watermelondb docs and ran into this issue I cant find anything about anywhere. Example snippet The sync request seems to fail without any push/pull action ...
0 votes
1 answer
692 views

I am developing a React Native aplication using WatermelonDB as my database framework. I have followed Watermelons docs making models, shema, database and helpers; used withObserables to show data but ...
0 votes
1 answer
252 views

I've got pure (not Expo) React Native app with WatermelonDB lib for db access. Being installed on android device the application can create, init and query database, though Flipper's database does not ...
0 votes
1 answer
565 views

In my react native app, I have a post component. This post component uses withObservables from WatermelonDB to render the post and its comments: const enhance = withObservables(["post"], ({ ...
0 votes
1 answer
650 views

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 ...
2 votes
2 answers
1k views

I'm trying to use the concept of @writer methods and I just can't get it to work. The @writer methods have been defined in my model class, and I now expect to be able to use them in other components. ...
0 votes
0 answers
52 views

I am trying to use useState however it the setters do not seem to be working. Code has been removed for simplicity. As it stand the code does run however the initial set state is always undefined. ...
0 votes
1 answer
2k views

Working on an Expo Go mobile app, and I'm looking to use WatermelonDB for database. I'm hoping to use the @skam22/watermelondb-expo-plugin package (as opposed to @morrowdigital/watermelondb-expo-...
1 vote
1 answer
3k views

I am trying to use @field in my react.js application. This application is bought theme from Themeforest. The error i am facing is this ERROR in ./src/watermelon/model/Staff.js Module build failed (...
0 votes
1 answer
604 views

I am using WatermelonDB in my RN app. I am trying to display a button if WatermelonDB has unsynced changes. WatermelonDB has a function called hasUnsyncedChanges that returns a boolean. I can get the ...

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /