We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f3553 commit 410945eCopy full SHA for 410945e
1 file changed
packages/create-react-native-library/templates/nitro-common/nitro.json
@@ -9,8 +9,14 @@
9
},
10
"autolinking": {
11
"<%- project.name -%>": {
12
- "swift": "<% if (project.viewConfig === 'nitro-view') { -%>Hybrid<% } -%><%- project.name -%>",
13
- "kotlin": "<% if (project.viewConfig === 'nitro-view') { -%>Hybrid<% } -%><%- project.name -%>"
+ "ios": {
+ "language": "swift",
14
+ "implementationClassName": "<% if (project.viewConfig === 'nitro-view') { -%>Hybrid<% } -%><%- project.name -%>"
15
+ },
16
+ "android": {
17
+ "language": "kotlin",
18
19
+ }
20
}
21
22
"ignorePaths": ["node_modules"]
0 commit comments