Jason Gaare
                                            Jason Gaare
                                        
                                    I'm seeing this issue also.
Feel free to checkout my library, based on this one. https://github.com/jasongaare/react-native-walkthrough-tooltip
looks like `child.type.displayName` needs to be replaced with `child.type.render.name`
hello sorry for the delayed response! I think at this time it is something I wouldn't put into the library as scrolling can get hairy really quickly, but I think...
Would something like this work? ``` { if (index === 0) else }} /> ```
Hello, can you provide a reproducible example? And a screenshot too? Thanks
Hi sorry I am not sure why I never got to this. Are you still having this issue?
Looks good - only a couple thoughts. 1. The addition of allowing multiple steps with the same element id does _kind of_ break the function `goToElementWithId` as it will always...
Actually speaking of `goToElementWithId` it actually looks like the index is not getting changed ever in that case, and things get out of whack. Specifically we need to make sure...
Would you be able to open a PR to correct this?