Fork me on GitHub
#reagent
<
2017-04-26
>
bpovlich14:04:33

Has anyone had any luck getting react-sticky to work with Reagent? I am trying to do it in figwheel and keep getting an error

Uncaught TypeError: Cannot read property 'findDOMNode' of undefined
no matter what I do. In searching I saw someone else ran into a similar issue (https://clojurians-log.clojureverse.org/reagent/2016-03-02.html) but no solution was posted (to my knowledge)

myguidingstar19:04:17

is there any guide on how to use react native components with Reagent?

myguidingstar19:04:42

i mean those written in js and can be found in npm registry...

myguidingstar19:04:01

sorry for making it unclear, I am asking about "React Native" which is for building mobile apps

gadfly36119:04:54

Ahh ok, sorry i misread your second line then

timgilbert20:04:06

@myguidingstar, you might want to ask in in the #cljsrn channel, which is where all the react-native people seem to be

myguidingstar20:04:29

you're right. Thanks