2.3.0 • Published 2 years ago

@morrowdigital/watermelondb-expo-plugin v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

watermelon-db-plugin 🍉

Config plugin to auto configure @nozbe/watermelondb

Install

Tested against Expo SDK 50

yarn add @morrowdigital/watermelondb-expo-plugin

Please make sure you also install expo-build-properties

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.

You also need to add the packaging options pick-first for android.

Example

In your app.json plugins array:

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

Note: This plugin enables by default the watermelon JSI interface in Android.

2.3.3

2 years ago

2.3.2

2 years ago

2.3.3-beta.1

2 years ago

2.3.2-beta.1

2 years ago

2.3.2-beta.0

2 years ago

2.3.1

2 years ago

2.3.0-beta2

2 years ago

2.3.0-beta1

2 years ago

2.3.0

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

4 years ago

1.0.0-beta

4 years ago