nandorojo / zeego

Menus for React (Native) done right.
https://zeego.dev
MIT License
1.69k stars 45 forks source link

Error: Cannot find native module 'RNIContextMenuView', js engine: hermes [Component Stack] #111

Closed xushnud123 closed 3 weeks ago

xushnud123 commented 3 weeks ago
"zeego": "^2.0.3"

import { View, Text, Image } from "react-native"; import * as DropdownMenu from "zeego/dropdown-menu"; import React from "react"; import { icons } from "@/constants";

const Menu = () => { return (

title 1

); };

export default Menu;

nandorojo commented 3 weeks ago

Please follow the installation steps

xushnud123 commented 2 weeks ago

@nandorojo i did all the sequence but i still get the error

Error: Cannot find native module 'RNIContextMenuView', js engine: hermes [Component Stack] zeego error