react-native-walkthrough icon indicating copy to clipboard operation
react-native-walkthrough copied to clipboard

First walkthrough tooltips not appearing on Android

Open cormander opened this issue 5 years ago • 2 comments

Hi,

I implemented this component in my app and all is well in the iOS simulator. However when I try it on the Android emulator, the first tooltip appears, but the most of the rest don't on the first run, and you have to tap as if they were all showing up. Which ones work and which ones don't on the first run appear to be somewhat random. The second time you start the walkthrough process, though, all seems to work.

Here's a gif of going into the section of the app with the walkthrough; tapping the question mark icon on the top right start its, and i wiggle the mouse and click when a tooltip isn't showing. It skips 5 of them:

androidtooltipbug

Don't have this issue on iOS. Source repo is here:

https://github.com/OurVoiceUSA/HelloVoter/tree/master/mobile

I tried using the v0.1-refinements branch and the issue still exists.

Any ideas what might be happening?

Love this component by the way! It's really awesome. Thanks,

cormander avatar Dec 22 '19 16:12 cormander

Think this might be related? https://github.com/software-mansion/react-native-gesture-handler/issues/139

cormander avatar Dec 22 '19 22:12 cormander

So I found a workaround; here's the patch for it: https://github.com/OurVoiceUSA/HelloVoter/blob/8a762feebf0b424412ab147f67dd23c92bd9e15e/mobile/patches/react-native-walkthrough-tooltip%2B1.0.2.patch

Thoughts here? Thanks!

cormander avatar Dec 24 '19 23:12 cormander