react-native-app-tour
react-native-app-tour copied to clipboard
iOS Text Fit Issues
I am having some issues with the text fitting in iOS.
On iOS it looks like the screencast below. I have two issues:
- We see two issues in the first tour view:
- Te title "Welcome to your first recoding", we see the "your first" has a bit covered by the target circle.
- All of my description text is not showing. The full value is "Your time is now being recorded. You can now minimize, exit, or even power off your device. When you are done with what you are doing, come back and hit this button."
- In the 2nd tour view we have two issues also:
- Same issue as "point 2" above. I have lots of description text so it gets cut off.
- We see same as "point 1" above. The target circle is covering description text here.
- The 3rd tour view is great.
HD Screencast: https://gfycat.com/HauntingLavishAnaconda
Low Quality GIF:
It looks perfectly fine in Android:
HD: https://gfycat.com/ThoroughInfamousHapuku
GIF:
Any work around for this?
Hey, i'm getting some even worse problems with text fit (iOS only as well).

I attempted the textCenterOffset prop but it seems to have no effect whatsoever. Not really sure how to fix this.
I have "react-native": "0.67.5" and "react-native-app-tour": "1.0.5" here.
Any help?