-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Scroll to step off screen #113
Comments
same here, need solution |
===>>> pass ref to scrollview ===>>> get use eventEmitter useEffect(() => { ===>>> manage to scrolling by steps const handleOnStepChange = (step: any) => { |
Tried this approach but the highlighted button position is not updated to after scroll position. Need to break to multiple tour |
Is it possible on step change to scroll to a specific item in
ScrollView
? We are usingrn-tourguide
in our app, however as the app has grown some of the items in our onboarding are no longer visible on initial load without scrolling down, especially on smaller screens.The text was updated successfully, but these errors were encountered: