-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android support #18
Comments
+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. |
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. |
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!
The text was updated successfully, but these errors were encountered: