react-native-ios-context-menu icon indicating copy to clipboard operation
react-native-ios-context-menu copied to clipboard

fix: codegen not resolving package

Open samuelscheit opened this issue 1 year ago • 0 comments

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.

samuelscheit avatar Oct 24 '24 13:10 samuelscheit