This repository was archived by the owner on May 20, 2025. It is now read-only.
Commit 99c8c4e
Replace DevInternalSettings with DeveloperSettings for react-native 0.73.0 (#2617)
* Replace DevInternalSettings with DeveloperSettings
DevInternalSettings was enclosed in ReactNative 0.73.0-rc.2, so we need to replace it with public class DeveloperSettings.
facebook/react-native#37256
* auto install cocoapods in tests
---------
Co-authored-by: velimir-jankovic <[email protected]>
Co-authored-by: JiglioNero <[email protected]>1 parent 5ab89da commit 99c8c4e
File tree
2 files changed
+5
-5
lines changed- android/app/src/main/java/com/microsoft/codepush/react
- test
2 files changed
+5
-5
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments