@domi7891/watermelondb-expo-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

watermelon-db-plugin-jsi 🍉

Patched config plugin to auto configure @nozbe/watermelondb

Originally published by morrowdigital (https://github.com/morrowdigital/watermelondb-expo-plugin), forked from @milvoj/watermelondb-expo-plugin (https://github.com/milvoj/watermelondb-expo-plugin)

Install

npm i @domi7891/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 add:

{
  "plugins": [
    [
      "expo-build-properties",
      {
        "android": {
          "packagingOptions": {
            "pickFirst": ["**/libc++_shared.so"]
          }
        }
      }
    ],
    "@domi7891/watermelondb-expo-plugin"
  ]
}

Package Sidebar

Install

npm i @domi7891/watermelondb-expo-plugin

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

10.5 kB

Total Files

7

Last publish

Collaborators

  • domi7891