Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.65k stars 330 forks source link

Done button doesn't render when going to last slide via goToSlide method #242

Closed elgorditosalsero closed 1 year ago

elgorditosalsero commented 3 years ago

Description When going to the last slide of the slider with the goToSlide method, the done button is not rendered.

Step to reproduce

  1. Create a slider
  2. Use the goToSlide method into an useEffect to go to the last slide
  3. The slide is correct but the buttons no.

Expected behaviour When going to the last slide with the goToSlide method, render the done button.


Someone else faced this issue? Some ideas?

elgorditosalsero commented 3 years ago

Little update, the issue is only on Android... Ideas?

elgorditosalsero commented 1 year ago

Closing as now response from lib owners/maintainers and I don't need it anymore.