Skip to content

milvoj/watermelondb-expo-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • TypeScript 47.0%