Viktor Seč
Viktor Seč
Yep, that's exactly what it is for! We should add it to the docs.
Do we need this? We're already using PropTypes. Is this file necessary when one wants to use the package in typescript or something?
Being solved in #74
I'm not sure if this is still relevant to you, but I guess you would need to monitor the carousel state through `currentPage` and tell your views to update as...
Hi, you can use `getCurrentPage()`. Example: ``` javascript setCarouselRef = (ref) => { this.carousel = ref } getCurrentPage() { return this.carousel && this.carousel.getCurrentPage() } render() { return ( console.log(p)} ref={this.setCarouselRef}...
My celebrations were preliminary, the buttons render alright, but I'm getting exceptions after pressing them. Still, I assume this is fixable. ``` Uncaught Exception: TypeError: Cannot read property 'write' of...