cljsrn

emccue 2021-11-13T15:40:26.050700Z

I’m trying to get a hello world with krell and expo. I feel like i must be missing something

emccue 2021-11-13T15:40:56.051200Z

I’m just making a target/main.js and requiring it from the stock App.js in expo. Running into errors that make me think i haven’t installed deps correctly

1 | import { Platform } from "react-native";
> 2 | import TcpSocket from "react-native-tcp-socket";
    |                        ^
  3 | import DeviceInfo from "react-native-device-info";
  4 | import { krellPortMap } from '../app.json';
  5 | import {

emccue 2021-11-13T15:42:09.051800Z

clj -M -m cljs.main --install-deps runs without yelling at me, but afterwards its unclear what is happening

emccue 2021-11-13T15:46:09.052200Z

Invariant Violation: "main" has not been registered. This can happen if... pops up if i do the same build without -r