Skip to content

MenuView fails on iOS (Unimplemented) + Android (View config missing) #1058

@WallysonGalvao

Description

@WallysonGalvao

Description
The MenuView component fails to render on both iOS and Android with different errors when using React Native's New Architecture:

  • iOS: Unimplemented component: <MenuView>
  • Android: View config not found for component 'MenuView'

Steps to Reproduce

  1. Install @react-native-menu/menu@1.2.3
  2. Import and use <MenuView> in a component
  3. Run the app (iOS/Android)
  4. Error appears

Expected Behavior

MenuView should render a functional menu on both platforms.

Actual Behavior

  • iOS: White screen/error with Unimplemented component
  • Android: Red screen with View config not found

Environment

Key Value
Library Version react-native-menu/menu@1.2.3
React 19.0.0
React Native 0.78.1
New Architecture Enabled (Fabric & TurboModules)
Platform iOS & Android
  • Screenshots:
    Image

  • Troubleshooting Attempted:

    • ✅ Reinstalled node_modules
    • ✅ Cleared Metro cache (npx react-native start --reset-cache)
    • ✅ Verified native linking (for Android/iOS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions