Radek Pietruszewski
Radek Pietruszewski
@henrymoulton rn-multithreading is very cool but I'm not sure if this is the right (or necessary, or sufficient) tool for 🍉. I currently plan to look into multithreading (in JSI...
@likern I have no such plans, but the native-JS interface is _relatively_ stable. So you can add WatermelonDB to your project, but not import it in JS - only interface...
@backmeupplz Please read the changelog-unreleased & installation guide more carefully, and then tell me if you still run into troubles
@rozPierog LGTY?
@selven yes, can you please add this to install docs? I may have forgotten about this
rxjs is used by WatermelonDB internals in some places, hence this is not possible. It is possible to configure Metro to only bundle the absolute possible minimum of rxjs parts....
@shahulul1 if you expect to get help, please put more than 3 seconds of effort into explaining your issue.
> undefined is not a object (evaluating 'auth.observe') `auth` is undefined, you're not passing the `auth` prop correctly
@gen1lee then stop wasting everyone else's time
https://github.com/Nozbe/WatermelonDB/tree/master/src/adapters this dir contains all adapters this type definition contains much of the API contract between an adapter and rest of the framework: https://github.com/Nozbe/WatermelonDB/blob/master/src/adapters/type.js these tests are adapted for all...