universal-tooltip

A universal Tooltip component for React Native and Web, powered by expo-modules.

Downloads
5K
Stars
162
universal-tooltip - Release 1.1.0 Latest Release

Published by alantoa 10 months ago

  • Update build.gradle for AGP 8 compatibility, now supporting Expo SDK 50 (50e7ed5). @fobos531
universal-tooltip - Release 1.0.2

Published by alantoa 11 months ago

  • fix: iOS crashes when opening multiple tooltips (3075783)
universal-tooltip - Release 1.0.1

Published by alantoa 11 months ago

  • fix: iOS crashes when opening multiple tooltips (ba708fa)
  • docs: update README.md (df3d274)
universal-tooltip - Release 1.0.0

Published by alantoa about 1 year ago

Feat:

  • Replace EasyTipView with Popovers on iOS.
  • Support closing tooltip when scrolling or any touch.
  • Support setting <Tooltip.Arrow/> on all platforms.

https://github.com/alantoa/universal-tooltip/assets/37520667/ba948fdd-c7e6-4b84-8520-10a5af338c18

Improvements:

  • Upgrade the Balloon version to 1.5.4
  • Update README

Changes:

  • Move text props to style props

Before

<Tooltip.Text
    text={text}
    textColor="#000"
    fontWeight="bold"
 />

After

<Tooltip.Text
    text={text}
    style={{
      fontSize: 14,
      fontWeight: "bold",
      color: "#020202",
    }}
 />

Fixes:

  • Fixed the issue of hiding overflow in React subview on Android
  • Fixed duplicated open tooltip on iOS when switching apps
universal-tooltip - Release 0.7.0

Published by alantoa over 1 year ago

  • fix: support for Expo SDK49 (3cf2e83) by @hirbod
universal-tooltip - Release 0.6.0

Published by alantoa over 1 year ago

  • feat: support Portal on web(1da7e50)
universal-tooltip - Release 0.5.0

Published by alantoa over 1 year ago

universal-tooltip - Release 0.4.0

Published by alantoa over 1 year ago

  • update balloon to 1.5.3 (3a8e1d8)
  • feat: support max width (5c74883)
  • feat: support align by anchor on Android
  • docs: update README.md
universal-tooltip - Release 0.2.0

Published by alantoa over 1 year ago

universal-tooltip - Release 0.1.10

Published by alantoa almost 2 years ago

  • fix: example (a38129b)
  • chore: improve API (1d31bfe)
  • feat: update example (ab863ab)
  • wip (7a30101)
  • docs: update docs (92bab2c)
  • docs: update docs (a8702fd)
universal-tooltip - Release 0.1.9

Published by alantoa almost 2 years ago

  • docs: add docs (6edc80c)
  • fix: touch issue (0a30d7d)
Package Rankings
Top 9.37% on Npmjs.org
Badges
Extracted from project README
npm expo
Related Projects