xcarpentier / rn-tourguide

🚩Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)
https://xcarpentier.github.io/rn-tourguide/
Other
731 stars 213 forks source link

fix(Modal): make sure currentStep in defined before accessing tooltipBottomOffset #149

Closed baptistemon closed 9 months ago

baptistemon commented 9 months ago

In some (rare) cases currentStep was undefined. Adding a small checks should prevent the TypeError.

image

relaxxpls commented 9 months ago

@xcarpentier could you release this fix? Facing this same bug