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
- Install @react-native-menu/menu@1.2.3
- Import and use
<MenuView> in a component
- Run the app (iOS/Android)
- 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 |
Description
The
MenuViewcomponent fails to render on both iOS and Android with different errors when using React Native's New Architecture:Unimplemented component: <MenuView>View config not found for component 'MenuView'Steps to Reproduce
<MenuView>in a componentExpected Behavior
MenuViewshould render a functional menu on both platforms.Actual Behavior
Unimplemented componentView config not foundEnvironment
Screenshots:

Troubleshooting Attempted:
npx react-native start --reset-cache)