create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
11 lines (9 loc) • 318 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
function _default(moduleName, dirname, absoluteRuntime) {
if (absoluteRuntime === false) return moduleName;
throw new Error("The 'absoluteRuntime' option is not supported when using @babel/standalone.");
}
;