Commit a26da7b
fix(0.78): Add missing loadFromSource method in the DefaultRNFactoryDelegate (#2437)
## Summary:
Cherry pick
facebook@8b33668
to fix an issue where new apps made with the old architecture never call
metro and therefore show a blank screen.
## Test Plan:
Tested on a new app using `@react-native-community/cli init &&
react-native-macos-init`
Co-authored-by: Riccardo Cipolleschi <cipolleschi@meta.com>1 parent d0edc81 commit a26da7b
File tree
2 files changed
+7
-7
lines changed- packages
- react-native/Libraries/AppDelegate
- rn-tester/RNTester
2 files changed
+7
-7
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
125 | 132 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 93 | | |
101 | 94 | | |
102 | 95 | | |
| |||
0 commit comments