@rikishi/watermelondb
Version:
Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast
12 lines (8 loc) • 433 B
JavaScript
/* eslint-disable */
import { NativeModules } from 'react-native'
// NOTE: You can put stuff there to play around with Watermelon in development - useful for running
// native Tester projects via Xcode/Android Studio - when playing around in Jest environment won't do
// To use, set openPlayground=true in index.integrationTests.native.js
// WARN: DO NOT commit stuff put in here
async function runPlayground() {}
runPlayground()