I’m trying to get a hello world with krell and expo. I feel like i must be missing something
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 {clj -M -m cljs.main --install-deps runs without yelling at me, but afterwards its unclear what is happening
Invariant Violation: "main" has not been registered. This can happen if... pops up if i do the same build without -r