Commit 4f433de
committed
Forward host:didInitializeRuntime: callback to user delegate
RCTReactNativeFactory acts as RCTHost's delegate but did not implement
host:didInitializeRuntime:, causing the optional callback to never reach
the user's RCTReactNativeFactoryDelegate.
Add the missing forwarding method following the same pattern as
hostDidStart: so the runtime reference is properly delivered to the
user delegate.
Changelog:
[IOS] [FIXED] - Forward host:didInitializeRuntime: callback to user delegate in RCTReactNativeFactory1 parent e04ff69 commit 4f433de
1 file changed
Lines changed: 7 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
215 | 222 | | |
216 | 223 | | |
217 | 224 | | |
| |||
0 commit comments