You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dependencies.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,6 @@ type AndroidDependencyParams = {
56
56
packageInstance?:string;
57
57
buildTypes?:string[];
58
58
libraryName?:string|null;
59
-
componentDescriptors?:string[] |null;
60
59
cmakeListsPath?:string|null;
61
60
cxxModuleCMakeListsModuleName?:string|null;
62
61
cxxModuleCMakeListsPath?:string|null;
@@ -134,9 +133,9 @@ A string indicating your custom library name. By default it's taken from the `li
134
133
135
134
#### platforms.android.componentDescriptors
136
135
137
-
> Note: Only applicable when new architecture is turned on.
136
+
> Note: This field is deprecated and providing a value to it will have no effect.
138
137
139
-
An array of custom component descriptor strings. By default they're generated based on `codegenNativeComponent` calls.
138
+
Historically used to provide an array of custom component descriptor to register with the Interop Layer. [Since 0.74](https://github.com/reactwg/react-native-new-architecture/discussions/175) this field is ignored as the interop layer are automatic.
0 commit comments