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.
When trying to pod install, codegen fails with the following error:
By adding
package.json
to the exports field the issue is resolved.