Fork me on GitHub
#cljsrn
<
2023-03-11
>
Vincent T00:03:01

Edit: resolved by means of swapping #js for clj->js (or remembering to use a #js on each lvl of nesting) Hi everybody🙂 Does anyone have experience with wix’s react-native-navigation and can point me to advice (or an example repo)? I managed to register the Components and initialize a stack of which I can pop off of. But whenever I try to push onto the stack I get:

undefined is not an object (evaluating 'componentName.toString')
which looks like a pretty simple issue, but I can’t manage to fix it. I have based my setup on @stefan.van.den.oord’s https://github.com/svdo/CLJSReactNativeNavigation only that I removed the`screen-ref` and changed create-react-class to reagent/create-class