Skip to content

Unimplemented component: <RNIContextMenuView> #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ozerenes opened this issue Feb 3, 2025 · 1 comment
Open

Unimplemented component: <RNIContextMenuView> #127

ozerenes opened this issue Feb 3, 2025 · 1 comment

Comments

@ozerenes
Copy link

ozerenes commented Feb 3, 2025

Image
When I tested your reproducer with
<ContextMenuView menuConfig={{ // Note: If you don't want a menu title to appear for your // context menu, you can just pass in an empty string menuTitle: "ContextMenuViewExample01", menuItems: [ { actionKey: "key-01", actionTitle: "Action #1", }, { actionKey: "key-02", actionTitle: "Action #2", }, { actionKey: "key-03", actionTitle: "Action #3", }, ], }} onPressMenuItem={({ nativeEvent }) => { Alert.alert( "onPressMenuItem Event", actionKey: ${nativeEvent.actionKey} - actionTitle: ${nativeEvent.actionTitle}, ); }} > <ThemedText> test deneme denemes test test deneme denemes test test deneme denemes test test deneme denemes test test deneme denemes test </ThemedText> </ContextMenuView>

this code. I have an error like Unimplemented component: .

`
{
"name": "reproducer",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"patch": "patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"expo": "~52.0.18",
"expo-blur": "~14.0.1",
"expo-constants": "~17.0.3",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.3",
"expo-router": "4.0.11",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.0",
"expo-system-ui": "~4.0.6",
"expo-web-browser": "~14.0.1",
"patch-package": "^8.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-ios-context-menu": "^3.0.0-18",
"react-native-ios-utilities": "^5.0.0-52",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"private": true
}

` my package.json here. Thank you

@ozerenes
Copy link
Author

ozerenes commented Feb 4, 2025

@dominicstop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant