@dnolen I'm trying out Krell (i'm new to the whole react-native ecosystem, and been away from CLJS for a while), I've installed an npm dependency, and requiring it appears to find the namespace (doesn't throw a "No such namespace") but it's value is just nil. Does it need to be added to either of deps.edn or build.edn?
cljs.user=> (require 'react-native-calendars)
nil
cljs.user=> (type react-native-calendars)
nil
cljs.user=> (require 'react-native)
nil
cljs.user=> (type react-native)
#object[Object]
ThanksYou canβt just install a dep and require
Metro needs to rebuild
Have tried restarting both Metro npx react-native run-ios
and Krell but still no luck.
Release notes rough draft now exists π https://github.com/clojure/clojurescript-site/blob/early-2020-release/content/news/2020-04-22-release.adoc
Discovered a bug with the new iterator support: https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3230