react-native-walkthrough
react-native-walkthrough copied to clipboard
First walkthrough tooltips not appearing on Android
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:
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,
Think this might be related? https://github.com/software-mansion/react-native-gesture-handler/issues/139
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!