Michal
Michal
same problem here :/
any update on this ?
You can just check if the number of slides are less ten declared in options. eg `const slidesToShow = (this.props.slides.length < 3)? this.props.slides.length : 3;`
thx, but this option did not do what I expected. After I used it got font files like `webfont-asd34cxf.eot` and also scss files with the same name `webfont-asd34cxf.scss` so after...
Same question :/ I have this error in console `Uncaught Error: Cannot find module "jquery"`
Is there any solution to make it work with expo in 2022 or do I still need to switch to react native init?
Issue still exists in 3.2
Same issue here :/ Any fix for this ?
I have the same problem. Toast on closing also closes the Dialog and DropDownMenu :/