cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
2020-12-17T07:31:20.230600Z

@wei No TCP should be fine. Have you solved the problem?

2020-12-17T07:48:54.231700Z

no unfortunately, not on Windows/WSL. at least I have a workaround- switched over to my mac for the time being

2020-12-17T07:53:14.233400Z

I have another question actually, are there any docs on using npm modules? e.g. I'm trying to translate this npm example into cljs and not sure how to write the import command:

import AlarmClock from "react-native-alarm-clock";

let date = new Date();
date.setDate(date.getDate() + 1);
date.setHours(13, 55);
 
AlarmClock.createAlarm(date.toISOString(), 'My Custom Alarm');
(src https://www.npmjs.com/package/react-native-alarm-clock)

2020-12-19T15:40:51.249Z

@wei Did you see my solution? It works for you?

2020-12-19T17:45:41.249300Z

yes, it works for me thank you!

1👍
2020-12-17T09:56:50.234300Z

You should ask this question on the #clojurescript channel since it's not cljsrn specific.