Skip to content

Commit c36fad4

Browse files
committed
fix: add iOS configuration for RoktNativeLayout in package.json
In new version of RN view class name was not detected automatically. Add the mapping configuration in codegen config
1 parent 3ba2472 commit c36fad4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"jsSrcsDir": "js/codegenSpecs",
4141
"android": {
4242
"javaPackageName": "com.mparticle.react"
43+
},
44+
"ios": {
45+
"RoktNativeLayout": "RoktNativeLayoutComponentView"
4346
}
4447
}
4548
}

0 commit comments

Comments
 (0)