Commit e34c693
authored
feat: Remove componentProvider from package.json (#3504)
Closes
software-mansion/react-native-screens-labs#580
## Description
This PR removes legacy field `codegenConfig.ios.componentProvider` from
`package.json` replaced by `codegenConfig.ios.components` since RN 0.80
(current minimum version supported by screens on Fabric is 0.81).
## Changes
Removed obsolete field.
## Test code and steps to reproduce
The project should still build normally and register the native
components.1 parent b0999cc commit e34c693
1 file changed
+0
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 166 | | |
189 | 167 | | |
190 | 168 | | |
| |||
0 commit comments