react-native-lightbox
react-native-lightbox copied to clipboard
i can't use renderContent
i can't use renderContent
Okay, with what code are you failing?
@oblador , i have this problem -getting an error: "_this.props.renderContent is not a function, is an instance of object"
"react": "16.2.0", "react-native": "0.52.0", "react-native-lightbox": "^0.7.0",
renderCarousel = event => ( <Carousel> <Image .... <Image .... <Image .... </Carousel>
<Lightbox renderContent={this.renderCarousel(event)} />
@vcebotari did you manage to solve this problem? having the same issue here