Native Engine
Android
Android native engine integration.
Android
Android integration is autolinked as the :nitrocss Gradle project.
Important native files live under packages/nitro-css/android:
build.gradleconfigures the Android package.src/main/cppcontains JNI adapters and native appliers.CMakeLists.txtbuilds the C++ engine pieces.
The Android bridge builds a runtime executor from the JS call invoker and installs the engine into the React Native runtime.