Skip to content

Commit

Permalink
refactor: migrate context menu to zeego/context-menu and update usage (
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs authored Feb 7, 2025
1 parent 631b240 commit 900a347
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 372 deletions.
3 changes: 3 additions & 0 deletions apps/mobile/src/components/ui/context-menu/index.ios.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import { useColor } from "@/src/theme/colors"

import type { ContextMenuProps, IContextMenuItemConfig } from "./types"

/**
* @deprecated Use `zeego/context-menu` instead
*/
export const ContextMenu: FC<ContextMenuProps & PropsWithChildren> = ({
config,
onPressMenuItem,
Expand Down
Loading

0 comments on commit 900a347

Please sign in to comment.