Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple screens Issue #151

Open
VilasSeaflux opened this issue Jan 9, 2024 · 2 comments
Open

Multiple screens Issue #151

VilasSeaflux opened this issue Jan 9, 2024 · 2 comments

Comments

@VilasSeaflux
Copy link

Hey guys,
I am having 4 screens in which I want to show 2 app tour on each screen

eg: Screen A(1,2 on click of 2 it will redirect to screen B)
Screen B (3,4 on click of 3 it will redirect to screen C)
Screen C (5,6 on click of 5 it will redirect to screen D)
Screen D(7 it has only 1 Tooltip)

Now on screen B, on the Tooltip no 3 I am getting the text of Tooltip 1 which was on screen A,
Anyone knows how to fix that or can provide a solution to add app tour on different screens.

I am attaching the screenshots of the code below

Screenshot 2024-01-09 at 6 10 27 PM

GuideTooltip custom component

Snap

LibraryScreen which is the first screen

Snap (1)

ProjectScreen which is the second screen

Snap (2)

@murilo-alvesmelo
Copy link

Hey, i had the same problem, so searched others libs and found react-native-walkthrough-tooltip. It works in multiples screens, but you need to control the states with some localdatabase, like realm or asyncstorage, create booleans within async to trigger Tooltips. Is a solution.

Sorry about my english. I learning

@Elango1734
Copy link

You can assist me in installing react-native-walkthrough-tooltip and using multiple screens in an app. @murilo-alvesmelo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants