1
Install the SDK
Add Cognivision to your React Native project with a single command.
npm install
Cognivision handles native AR setup, bridge generation, and runtime glue so you can focus on product behavior.
Add Cognivision to your React Native project with a single command.
Type a plain-English prompt describing the AR behavior you want to build.
The AI writes ARKit modules, bridge layers, and session configs automatically.
Inspect the clean, readable Swift and TypeScript files before building.
Compile in Xcode and run on iPhone with real-time AR support instantly.
Deploy without ever writing Swift bridge code manually again.
Watch how Cognivision generates a full AR feature from a single prompt — native code included.
Files
import ARKit
import RealityKit
class ARBridge: NSObject, ARSessionDelegate {
var session = ARSession()
var detectedObjects: [ARObject] = []
}Live AR preview