Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a few import required for the React Native wrapper distribution a…
…s iOS XCFramework (#50009) * Import WebKit in `SourceFile.swift` to address build failure Without this, when using the experimental static linking which should hopefully enable us to wrap Gutenberg mobile in an XCFramework to import in iOS projects, we'd get a build failure with `WKUserScript` not found. * Import `React` in `GutenbergBridgeDelegate.swift` This allows the compiler to find the `RCTLogLevel` type used in the file. * Import `React` in `RNReactNativeGutenbergBridge.swift` This allows the compiler to find the `RCTEventEmitter` type which is used in the file. * Remove unnecessary `import Foundation` in `SourceFile.swift`
- Loading branch information