Hi there, thank you very much for the library. I am having an issue that i need your help on:
I want to change the animation effect of the swiper depending on the user's choice (app settings), the swiper only takes the first effect that i pass (the default one in my app's settings) after the first render, when i change the effect it triggers the render function again with the new value of the effect param on the swiper, but still i get the animation that i had before.
swiper params (created in the render function of the component wrapping the swiper).
Hi there, thank you very much for the library. I am having an issue that i need your help on: I want to change the animation effect of the swiper depending on the user's choice (app settings), the swiper only takes the first effect that i pass (the default one in my app's settings) after the first render, when i change the effect it triggers the render function again with the new value of the effect param on the swiper, but still i get the animation that i had before. swiper params (created in the render function of the component wrapping the swiper).