diff --git a/package.json b/package.json index 0ca6e73a4..16cab860d 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,12 @@ "codegenConfig": { "name": "rnflashlist", "type": "components", - "jsSrcsDir": "./src/specs" + "jsSrcsDir": "./src/specs", + "ios": { + "componentProvider": { + "CellContainer": "CellContainerComponentView", + "AutoLayoutView": "AutoLayoutViewComponentView" + } + } } }