Skip to content

Instantly share code, notes, and snippets.

@thheller
Created June 28, 2017 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thheller/74473e8b9ca2b795962d0f65fdecf8af to your computer and use it in GitHub Desktop.
Save thheller/74473e8b9ca2b795962d0f65fdecf8af to your computer and use it in GitHub Desktop.
code generated by shadow-cljs that can be loaded via require
var $CLJS = require("./cljs_env");
require("./cljs.core.js");
require("./shadow.npm.react.js");
require("./shadow.npm.react_native.js");
var cljs=$CLJS.cljs;
var shadow=$CLJS.shadow;
var goog=$CLJS.goog;
var demo=$CLJS.demo || ($CLJS.demo = {});
goog.dependencies_.written["demo.app.js"] = true;
goog.provide('demo.app');
goog.require('cljs.core');
goog.require('cljs.core');
goog.require('shadow.npm.react');
goog.require('shadow.npm.react_native');
demo.app.styles = shadow.npm.react_native.StyleSheet.create(cljs.core.clj__GT_js(new cljs.core.PersistentArrayMap(null, 1, [new cljs.core.Keyword(null,"container","container",-1736937707),new cljs.core.PersistentArrayMap(null, 4, [new cljs.core.Keyword(null,"flex","flex",-1425124628),(1),new cljs.core.Keyword(null,"backgroundColor","backgroundColor",1738438491),"#fff",new cljs.core.Keyword(null,"alignItems","alignItems",410331199),"center",new cljs.core.Keyword(null,"justifyContent","justifyContent",885406515),"center"], null)], null)));
demo.app.foo = (function demo$app$foo(){
var G__794 = shadow.npm.react_native.View;
var G__795 = ({"style": demo.app.styles.container});
var G__796 = shadow.npm.react.createElement(shadow.npm.react_native.Text,null,"Hello from CLJS!");
return shadow.npm.react.createElement(G__794,G__795,G__796);
});
module.exports = demo.app;
//# sourceMappingURL=demo.app.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment