Commit bde2fe2
committed
Remove sourceURL(for:) override — superseded by bundleURL() after legacy arch removal
The sourceURLForBridge: method will be removed from RCTBridgeDelegate in
react/react-native#56831 due to the RCT_REMOVE_LEGACY_ARCH
clean up. Then the override no longer overrides anything and
fails Swift compilation. bundleURL() — already present below — is the
replacement API on RCTReactNativeFactoryDelegate.
This change depends on react/react-native#569741 parent 4b98aaf commit bde2fe2
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments