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
> Deprecated in React Native 0.74, where this behavior is detected automatically and this config does nothing. You can safely remove it from your project.
100
-
101
-
Please note that this is part of the **Unstable Fabric Interop Layer**, and might be subject to breaking change in the future,
102
-
hence the `unstable_` prefix.
103
-
104
-
An array with a list of Legacy Component Name that you want to be registered with the Fabric Interop Layer.
105
-
This will allow you to use libraries that haven't been migrated yet on the New Architecture.
106
-
107
-
The list should contain the name of the components, as they're registered in the ViewManagers (i.e. just `"Button"`).
108
-
109
-
Since React Native 0.74, this property is ignored as the Interop Layer is **Automatic**, you don't need to register the Legacy Components anymore and they will be discovered automatically.
110
-
111
96
#### project.ios.automaticPodsInstallation
112
97
113
98
A boolean value to determine if you want to automatically install CocoaPods when running `run-ios` or `build-ios` command when:
99
+
114
100
- they are not yet installed
115
101
- a new dependency visible for autolinking is installed
116
102
- a version of existing native dependency has changed
@@ -147,21 +133,6 @@ See [`dependency.platforms.android.configuration`](dependencies.md#platformsandr
147
133
148
134
Array of strings that will be passed to the `npx react-native run-android` command when running in watch mode.
> Deprecated in React Native 0.74, where this behavior is detected automatically and this config does nothing. You can safely remove it from your project.
154
-
155
-
Please note that this is part of the **Unstable Fabric Interop Layer**, and might be subject to breaking change in the future,
156
-
hence the `unstable_` prefix.
157
-
158
-
An array with a list of Legacy Component Name that you want to be registered with the Fabric Interop Layer.
159
-
This will allow you to use libraries that haven't been migrated yet on the New Architecture.
160
-
161
-
The list should contain the name of the components, as they're registered in the ViewManagers (i.e. just `"Button"`).
162
-
163
-
Since React Native 0.74, this property is ignored as the Interop Layer is **Automatic**, you don't need to register the Legacy Components anymore and they will be discovered automatically.
164
-
165
136
### project.android.assets
166
137
167
138
Array of folder paths that will be passed to the `npx react-native link-assets` command to specify the assets to be linked to Android project.
'The "project.android.unstable_reactLegacyComponentNames" config option is not necessary anymore for React Native 0.74 and does nothing. Please remove it from the "react-native.config.js" file.',
'The "project.ios.unstable_reactLegacyComponentNames" config option is not necessary anymore for React Native 0.74 and does nothing. Please remove it from the "react-native.config.js" file.',
0 commit comments