A React Native wrapper for displaying iOS-style tooltips using UIMenuController.
react-native-tooltip is a React Native library that provides iOS-style tooltips with configurable actions and arrow directions. It solves the need for native-looking tooltips in React Native iOS apps by wrapping the UIMenuController API. The component supports both touch-triggered and programmatically controlled tooltips.
React Native developers building iOS applications who need native-style tooltips with custom actions and interactions.
Developers choose this library for its seamless integration with iOS's native UIMenuController, ensuring tooltips look and behave like standard iOS components. It offers a simple API with programmatic control and customizable actions.
A react-native wrapper for showing tooltips
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Wraps UIMenuController to deliver authentic iOS tooltip behavior, ensuring consistency with platform design and interactions.
Supports an array of actions with custom text and press handlers, enabling interactive menus within tooltips.
Allows tooltips to be shown on long press or programmatically via ref methods, offering versatility in user interaction.
Provides options to set arrow direction (up, down, left, right, default) for precise tooltip placement relative to content.
Relies solely on UIMenuController, making it incompatible with Android or cross-platform React Native projects.
Requires outdated XCode setup and manual linking steps, which are cumbersome and error-prone compared to modern auto-linking.
README includes broken image links and relies on older React Native practices, potentially causing confusion in setup and usage.