Native Engine
iOS
iOS native engine integration.
iOS
iOS integration is packaged as the NitroCss pod.
Important native files live under packages/nitro-css/ios:
HybridNativePlatform.swiftreads UIKit appearance and platform state.NitroCssInstallerModule.mminstalls the engine.- Objective-C++ appliers handle gradients, clip paths, background images, and bridge setup.
Run CocoaPods after installing:
cd ios && pod install