prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

[IOS] Diferent position when changed debug js remote mode to default mode. #81

Open vbagustinus opened 5 years ago

vbagustinus commented 5 years ago

Android work perfectly When debug js remote enabled with SS: Simulator Screen Shot - iPhone X - 2019-09-13 at 16 31 01

When i disable debug js, i got this: Simulator Screen Shot - iPhone X - 2019-09-13 at 16 35 36

Has anyone experienced this case? Please help. Thank you...

RZulfikri commented 4 years ago

@vbagustinus I think this is because you put null component instance to your AppTourView. If you run AppTour.ShowFor in componentDidMount, try to put timeout to calling that function.