nandorojo / zeego

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

Can't install on React Native CLI #77

Open vega99 opened 9 months ago

vega99 commented 9 months ago

When I run 'pod install' I get this error:

[!] Unable to find a specification for ExpoModulesCore depended upon by ReactNativeIosContextMenu

You have either:

whiteHatCip commented 9 months ago

same issue here. can't install anymore the pods

benjeske commented 8 months ago

I am having the same issue. Vanilla react native

TamasFarago commented 7 months ago

Install react-native-ios-context-menu 1.15.1 . That version doesn't use expo modules and it doesn't require react-native-ios-utilities

pranshuchittora commented 4 months ago

Hey @nandorojo I think it would be great to mention this in the docs. Because when I tried to use the lib in Bare RN project, pod install broke

Screenshot 2024-07-20 at 18 13 29

Because of react-native-ios-utilities https://github.com/dominicstop/react-native-ios-utilities/blob/572947169ef9896763eaee797192f5a8d63f723c/ReactNativeIosUtilities.podspec#L18

Let me know if this makes sense, I will raise the PR

YaoHuiJi commented 1 month ago

same issue here