@rikishi/watermelondb
Version:
Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast
16 lines (13 loc) • 511 B
JavaScript
;
var _reactNative = require("react-native");
/* eslint-disable */
// 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
function runPlayground() {
return new Promise(function ($return) {
return $return();
});
}
runPlayground();