This release of Voltra focuses on introducing major architectural changes and preparing a better foundation for upcoming features.
- You can now use Voltra in bare React Native projects, as it no longer requires Expo Modules.
- We completely refactored the code to use Turbo Modules, which are built into React Native itself.
- We also decomposed Voltra into a set of smaller packages, so your server installs no longer pull in hundreds of mobile dependencies.
The Voltra protocol used by Live Activities has not changed. The same payload can be delivered and properly decoded by both old and new versions of Voltra.
Migration is required. See the migration guide for details on what has changed.