react-native-tooltip
react-native-tooltip copied to clipboard
Android support
This is a great plugin but having it work only on IOS makes it not as useful. Any plans on making this work on Android as well?
Thanks!
+1
Happy to accept a PR. That said there is https://github.com/chymtt/ReactNativeDropdownAndroid which can be a potential solution
@chirag04 a dropdown is not the same as a tooltip, the behavior is not the same at all. +1 for the android support.
afaik there is no standard tooltip like component on android. I think they added it now in Android M/N. not sure.
Yes sometime it's not simple to find the same behavior on ios and android platform.
On my side, I used this library https://github.com/exponentjs/react-native-action-sheet which create actionsheet on both android and ios and I can put my options inside.
@DonovanCharpin that's a good "fallback" but not as good as a contextual, inline tooltip.