luccasr73 / watermelondb-expo-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watermelon-db-plugin 🍉

Config plugin to auto configure @nozbe/watermelondb

Install

Tested against Expo SDK 43

yarn add @morrowdigital/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": ["@morrowdigital/watermelondb-expo-plugin"]
}

About


Languages

Language:JavaScript 53.2%Language:TypeScript 46.8%