React Native Hold Menu Versions Save

📱 A performant, easy to use hold to open context menu for React Native powered by Reanimated 🚀

v0.1.6

1 year ago
  • Provider: add onOpen/onClose callbacks #84
  • [feat] HoldItem: add new prop - longPressMinDurationMs #85
  • Add support for expo-47 #92
  • feat: add safeAreaInsets prop #74
  • refactor: conditional icon rendering #73
  • feat: upgrade to expo 46 83cc6f7

v0.1.5

1 year ago

v0.1.5

  • refactor: use tap gesture for both platforms fc99dea
  • chore: update playground example 6ddcc9d
  • chore: update changelog 96e4f6b

Also includes;

v0.1.4

20 July 2022

  • refactor: update example app as expo 9bdbd6b
  • chore: remove bare workflow example 8bc071e
  • refactor: update backdrop for android ba2fc1f
  • fix: icon rendering and touchable on android issue f9bf98fa

Special thanks to @EvanBacon 🫡

v0.1.3

2 years ago

17 April 2022

  • refactor: update useDeviceOrientation.ts #46
  • feat: new prop to HoldItem to apply padding to the bottom #56
  • chore: update docs b9d1691
  • chore: update menu item types 9fbde80

v0.1.2

2 years ago
  • fix: change expo deps as peers to support expo-modules #57
  • fix: deepEqual validator #48
  • chore: fix linter errors 8f9bca7
  • chore: update scripts ad7dffc

v0.1.1

2 years ago

Fixes

(#39):

  • Fix spread operator usage
  • Refactor Menu Item component
  • Optional icon component

v0.1.0

3 years ago

Features

  • feat: Add Tap and Double Tap Support (fd1ad65).

Improvements

  • chore: replace react-native-haptic-feedback with expo-haptics (5fcc0b2).

Fixes

  • fix: disable calling animations again when they are already active (e1848dc).

v0.0.8

3 years ago

Improvements

  • chore: update destructive text colors (715e70f).

Documentations

  • docs: update website with example usages and readme (03da41a).
  • docs: update footer and docs (39c53bb).

v0.0.7

3 years ago

Improvements

  • chore: update playground example (928c5c8).
  • chore: consider font scale for menu item text (c17327d).
  • chore: update background color configs for platforms (0391747).

v0.0.6

3 years ago

Improvements

  • chore: update example app (18c5db2).
  • chore: update menu list props and comps (61212ef).
  • chore: add seperator field and confs for menu item (ce2e099).

v0.0.5

3 years ago

Improvements

  • chore: update type names and exports (a1bfe66).
  • chore: update changelog templates (f3eac2e).
  • chore: downgrade gesture handler to 1.8 (0f67e72).