1.0.2 • Published 1 year ago

@milvoj/watermelondb-expo-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

watermelon-db-plugin 🍉

Patched config plugin to auto configure @nozbe/watermelondb

Originally published by morrowdigital (https://github.com/morrowdigital/watermelondb-expo-plugin)

Install

npm i @milvoj/watermelondb-expo-plugin

After installing this npm package, add the config plugin to the plugins array of your app.json or app.config.js. Then rebuild your app as described in the "Adding custom native code" guide.

Example

In your app.json plugins array:

{
  "plugins": ["@milvoj/watermelondb-expo-plugin"]
}