Get started with Voltra in just a few steps. We'll walk through installation and configuration.
Voltra requires iOS 16.2 or later. Make sure your app's deployment target is set to iOS 16.2 or higher. See the expo-build-properties documentation for details on configuring your iOS deployment target.
Add Voltra to your Expo project:
Add the Voltra plugin to your app.json or app.config.js:
For a complete list of plugin configuration options, see the Plugin Configuration documentation.
It's time to update your native project. Run the following command to regenerate it and install native dependencies for Voltra.
Now let's create a simple "Hello World" live activity. Create a new component:
You've created your first live activity with Voltra. The JSX you write gets automatically converted to SwiftUI and displayed natively on iOS.