This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*- | |
;; Place your private configuration here! Remember, you do not need to run 'doom | |
;; sync' after modifying this file! | |
;; Some functionality uses this to identify you, e.g. GPG configuration, email | |
;; clients, file templates and snippets. | |
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns dtvm-rad.fulcro-native-expo-substitute | |
(:require | |
#?@(:cljs [["expo" :as expo] | |
["create-react-class" :as crc]]) | |
[taoensso.timbre :as log] | |
[com.fulcrologic.fulcro-native.expo-assets :as assets] | |
[com.fulcrologic.fulcro.application :as app] | |
[com.fulcrologic.fulcro.rendering.keyframe-render :as kr])) | |
(defonce root-ref (atom nil)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import "dart:core" as dc; | |
import "core.dart" as lcopa_core; | |
import "../cljd/core.dart" as lcoc_core; | |
import "package:flutter/material.dart" as f_material; | |
import "package:flutter/widgets.dart" as f_widgets; | |
// BEGIN home | |
dc.dynamic home(){ | |
return lcopa_core.homeReifyirmorq$1(); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import "dart:core" as dc; | |
import "cell/core.dart" as lcotc_core; | |
import "../cljd/core.dart" as lcoc_core; | |
import "cell/base.dart" as lcotc_base; | |
import "main.dart" as lcot_main; | |
import "package:flutter/widgets.dart" as f_widgets; | |
import "flutter-mx/factory.dart" as lcotfm_factory; | |
import "flutter-mx/core.dart" as lcotfm_core; | |
import "package:flutter/material.dart" as f_material; | |
import "model/core.dart" as lcotm_core; |