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
745 stars 214 forks source link

fix: dismissOnPress on svgMask wrapper (Android) #142

Closed rudgal closed 3 weeks ago

rudgal commented 1 year ago

hi there,

the dismissOnPress feature from TourGuideProviderProps wasn't working for me due to TouchableWithoutFeedback and the pointer-event set to none in the svgMask wrapper. the issue only occured on Android (SDK 32, RN 0.70.6), on iOS it appears to be working as expected though.

i fixed it the following way ⬇️