/* eslint-disable react-native/no-inline-styles */ import * as React from 'react'; import { Text, View } from 'react-native'; import { ContextMenuView } from 'react-native-ios-context-menu'; import type { ContextMenuExampleProps } from './SharedExampleTypes'; import { ContextMenuCard } from '../components/ContextMenuCard'; export function ContextMenuViewExample14(props: ContextMenuExampleProps) { return ( ( Hello World Hello World Hello World )} > ); };