WrathChaos / react-native-tooltip-2

✨ Customizable, easy to use tooltip for React Native 🚀
https://freakycoder.com
MIT License
7 stars 3 forks source link

fix: android top positioning bug #3

Open yagiz2000 opened 4 months ago

yagiz2000 commented 4 months ago
image

Screenshot 2024-06-20 at 20 45 39

I have resolved the Android top positioning issue. After thorough internal testing, it works correctly on Android and does not cause any problems on iOS.

Also i have implemented default status bar height calculator if Statusbar.currentheight returns undefined. You can check out how i have decided height via https://gist.github.com/jinqian/5814865

Also tslint was missing in dev dependencies i have added that too