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.
hi there,
the
dismissOnPress
feature fromTourGuideProviderProps
wasn't working for me due toTouchableWithoutFeedback
and thepointer-event
set tonone
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 ⬇️