Fork me on GitHub
#reagent
<
2015-08-14
>
jellea13:08:04

hey all, how do I export a react component class as a prop into a react component from reagent? I’m trying to translate this: https://github.com/leecade/react-native-swiper/blob/master/examples/examples/swiper.js#L64-L65

jellea13:08:56

found it!

(r/as-element [my-component])
did the trick