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

Walkthrough elements shifted on Android #48

Open
jkrath opened this issue Aug 18, 2022 · 2 comments
Open

Walkthrough elements shifted on Android #48

jkrath opened this issue Aug 18, 2022 · 2 comments

Comments

@jkrath
Copy link

jkrath commented Aug 18, 2022

Dear jasongaare,

thank you very much for providing that wonderful walkthrough that I am currently using in my app for a user onboarding.
Everything works very nicely on IOS. However, I do encounter problems when trying the app on my android device (Pixel 3) with Expo.
Every child element in the walkthrough is shifted about 40px to the bottom of the original element (see Screenshot)
Is there any way to fix this?

"react-native": "0.64.3"
"expo": "^44.0.0"
"expo-app-loading": "~1.3.0"
"expo-application": "~4.0.1"
expo-cli 6.0.2

Thank you very much for your support!
Best regards
Screenshot_20220818-145650
Screenshot_20220818-145642
Screenshot_20220818-145632

Jeanine

@michael-agilesrc
Copy link

I'm also having this problem

@michael-agilesrc
Copy link

michael-agilesrc commented May 24, 2023

@jkrath Its been a while so you probably don't need this anymore, but I fixed this issue by adding the following to my walkthrough guide steps:

tooltipProps: {
    topAdjustment: Platform.OS === 'android' ? -(StatusBar.currentHeight ?? 0) : 0
}

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

2 participants