Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ type AndroidDependencyParams = {
packageInstance?: string;
buildTypes?: string[];
libraryName?: string | null;
componentDescriptors?: string[] | null;
cmakeListsPath?: string | null;
cxxModuleCMakeListsModuleName?: string | null;
cxxModuleCMakeListsPath?: string | null;
Expand Down Expand Up @@ -134,9 +133,9 @@ A string indicating your custom library name. By default it's taken from the `li

#### platforms.android.componentDescriptors

> Note: Only applicable when new architecture is turned on.
> Note: This field is deprecated and providing a value to it will have no effect.

An array of custom component descriptor strings. By default they're generated based on `codegenNativeComponent` calls.
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.

#### platforms.android.cmakeListsPath

Expand Down
Loading