Commit d0a101f
Add guard for custom module provider lookup in TMManager (facebook#49738)
Summary:
Pull Request resolved: facebook#49738
**Context**
- D70012142 added TM module provider support
- This was causing RN MacOS to silently fail to load any platform modules since it didn't implement the delegate method
Changelog:
[iOS][Fixed] - Add guard for custom module provider lookup in TMManager
Reviewed By: sbuggay
Differential Revision: D70357542
fbshipit-source-id: 5b338616655ecb84cdb3c60e243fdb99444af6571 parent 587d849 commit d0a101f
File tree
1 file changed
+13
-11
lines changed- packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon
1 file changed
+13
-11
lines changedLines changed: 13 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
501 | 502 | | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
506 | 510 | | |
507 | | - | |
508 | | - | |
509 | 511 | | |
510 | 512 | | |
511 | 513 | | |
| |||
0 commit comments