dominicstop / react-native-ios-context-menu

A react-native component to use context menu's (UIMenu) on iOS 13/14+
MIT License
572 stars 29 forks source link

fix: codegen not resolving package #110

Open SamuelScheit opened 3 weeks ago

SamuelScheit commented 3 weeks ago

When trying to pod install, codegen fails with the following error:

error Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './package.json' is not defined by "exports" in node_modules/react-native-ios-context-menu/package.json

By adding package.json to the exports field the issue is resolved.