diff --git a/package.json b/package.json index 1ff27a4..dcdfe67 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,13 @@ "codegenConfig": { "name": "RNIContextMenuViewSpec", "type": "all", - "jsSrcsDir": "src" + "jsSrcsDir": "src", + "ios": { + "componentProvider": { + "RNIContextMenuView": "RNIContextMenuView", + "RNIContextMenuButton": "RNIContextMenuButton" + } + } }, "create-react-native-library": { "type": "view-new",