Fork me on GitHub
#cljsrn
<
2021-11-13
>
emccue15:11:26

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

emccue15:11:56

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 {

emccue15:11:09

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

emccue15:11:09

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