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.swift reads UIKit appearance and platform state.
  • NitroCssInstallerModule.mm installs the engine.
  • Objective-C++ appliers handle gradients, clip paths, background images, and bridge setup.

Run CocoaPods after installing:

cd ios && pod install

On this page