rn-tourguide
rn-tourguide copied to clipboard
Distance between tour and component
hi , thanks for this good package i try to use this package , i test in amulator but place of tour different with place of component
=> i just copy and paste codes of example https://cdn1.bbcode0.com/uploads/2020/8/6/d8ebbeb8ecb4b25a4be39cce7174c93c-full.png https://cdn1.bbcode0.com/uploads/2020/8/6/de13b76861c965b2a0928b240ad67fd1-full.png
i try in expo in device but exist this problem.!!!!
can you help me? thanks
It seems to be something related to the status bar height on Android, what do you think? @hassanrahimi
@hassanrahimi I same too. Did you find a any solution to the problem?

if (!this.props.androidStatusBarVisible && Platform.OS === 'android') {
obj.top -= StatusBar.currentHeight || 30;
}
@xcarpentier yes indeed . i commented out above if condition in Modal.js . and it works
Then the solution is this:
<TourGuideProvider androidStatusBarVisible={true} />
why the overlay is not covering the bottom part under navigation tab?

Any help on this @xcarpentier?
Any help on this @xcarpentier?
check this https://github.com/xcarpentier/rn-tourguide/issues/50#issuecomment-862177976