What is the purpose of android.componentDescriptors key in react-native.config.js? #279
-
I noticed in the react-native-svg/react-native.config.js file a list of
What is the purpose of this? In the create-react-native-library project, this isn't included and the only documentation I see on it is here which states
Is it just to save parsing the spec files for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That field was used when the Interop Layer for New Architecture required you to specify which component descriptor should be registered for Interop: We the updated the Interop Layer to be automatic so that field is now ignored: I will update the docs to mention that it's deprecated |
Beta Was this translation helpful? Give feedback.
That field was used when the Interop Layer for New Architecture required you to specify which component descriptor should be registered for Interop:
We the updated the Interop Layer to be automatic so that field is now ignored:
I will update the docs to mention that it's deprecated