Fork me on GitHub
#cljsrn
<
2021-10-31
>
amorokh20:10:53

Hi, I am trying to build a rn-app using krell and react-navigation 6 but I am having trouble requiring the @react-navigation/native module and using it, the actual require evaluates and does not throw but when I am trying to access anything from that module/namespace I get a TypeError: undefined is not an object. Is there something more I have to do in order to be able to use packages from the node_modules folder?

dnolen22:10:19

@amorokh you generally to refer to either the docs or the source files to determine if there is a default export