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

2.1.0 • Public • Published

watermelon-db-plugin 🍉

Config plugin to auto configure @nozbe/watermelondb This is a fork from @morrowdigital/watermelondb-expo-plugin with a Podfile extra code that allows you to use watermelondb with Firebase. (Fixes useFrameworks bugs when building)

This is not meant to be mantained or updated. Please check original author repo for updates

Install

Tested against Expo SDK 47 and 48

yarn add @rafaellupo/watermelondb-firebase-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.

Example

In your app.json plugins array:

{
  "plugins": [
    "@rafaellupo/watermelondb-firebase-expo-plugin",
    [
      "expo-build-properties",
      {
        "android": {
          "kotlinVersion": "1.6.10"
        }
      }
    ]
  ]
}

Package Sidebar

Install

npm i @rafaellupo/watermelondb-firebase-expo-plugin

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

10 kB

Total Files

7

Last publish

Collaborators

  • rafaellupo