A prebuilt demo app showcasing Uniwind Pro features: the C++ engine, ShadowTree updates, Reanimated animations, native theme transitions, and scoped CSS variables. Vibecoded with Uniwind skill.
This demo includes a prebuilt XCFramework for iOS Simulator (arm64) only. No Uniwind Pro license is required. No Android support.
demo-compressed.mp4
- macOS with Xcode installed
- iOS Simulator
- Expo SDK 56
- React Native 0.85.x
bun install
bun expo prebuild
bun run iosWant to test Uniwind Pro in your existing app? Copy uniwind-pro-demo-ios-rn.0.85.3.tgz into your project root and add it as a dependency:
"dependencies": {
"uniwind": "file:./uniwind-pro-demo-ios-rn.0.85.3.tgz"
}Then run bun install && cd ios && pod install (or expo prebuild) and start using Uniwind Pro classes in your components.
If you are migrating an existing Uniwind (OSS) app, follow the Migrate to Pro guide for the full list of steps.
- iOS Simulator only - the XCFramework is prebuilt for simulator arm64. No device builds, no Android
- Expo SDK 56 and React Native 0.85.x only - pinned to these exact versions
- No license required - this is a free demo, no account or purchase needed
Copyright Uniwind 2026. All rights reserved.