From a68c4e1c334a675a4991bbf3b6d7ff223e682bb2 Mon Sep 17 00:00:00 2001 From: Rami Elwan Date: Mon, 7 Jul 2025 14:04:09 +0200 Subject: [PATCH] fix: fix ios codegen config --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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",