You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
GuideTooltip custom component
LibraryScreen which is the first screen
ProjectScreen which is the second screen
The text was updated successfully, but these errors were encountered:
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.
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
GuideTooltip custom component
LibraryScreen which is the first screen
ProjectScreen which is the second screen
The text was updated successfully, but these errors were encountered: