Skip to content

Commit

Permalink
💫 Update: Ex - ContextMenuViewTest10
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Feb 16, 2024
1 parent 8dae500 commit 25dd1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/examples/ContextMenuViewTest10.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import * as React from 'react';

import type { ImageItemConfig } from 'react-native-ios-utilities';
import { ContextMenuView, MenuActionConfig, MenuConfig, MenuElementConfig } from 'react-native-ios-context-menu';

import type { ContextMenuExampleProps } from './SharedExampleTypes';
import { ContextMenuCard } from '../components/ContextMenuCard';

import * as Helpers from '../functions/Helpers';
import * as Colors from '../constants/Colors';
import type { ImageItemConfig } from 'src/types/ImageItemConfig';


type MenuConfigKeys =
Expand Down

0 comments on commit 25dd1ff

Please sign in to comment.