rn-tourguide icon indicating copy to clipboard operation
rn-tourguide copied to clipboard

Distance between tour and component

Open hassanrahimi opened this issue 5 years ago • 7 comments
trafficstars

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

hassanrahimi avatar Aug 06 '20 06:08 hassanrahimi

It seems to be something related to the status bar height on Android, what do you think? @hassanrahimi

xcarpentier avatar Aug 08 '20 14:08 xcarpentier

@hassanrahimi I same too. Did you find a any solution to the problem? image

yousefshakoury avatar Sep 15 '20 06:09 yousefshakoury

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

vi1199 avatar Sep 24 '20 18:09 vi1199

Then the solution is this:

<TourGuideProvider androidStatusBarVisible={true} />

xcarpentier avatar Sep 25 '20 07:09 xcarpentier

why the overlay is not covering the bottom part under navigation tab?

snap

Md-Mudassir avatar Apr 28 '21 10:04 Md-Mudassir

Any help on this @xcarpentier?

santinucera avatar Jan 21 '22 00:01 santinucera

Any help on this @xcarpentier?

check this https://github.com/xcarpentier/rn-tourguide/issues/50#issuecomment-862177976

Md-Mudassir avatar Jan 21 '22 05:01 Md-Mudassir