This release introduces Dynamic Widgets, powered by Voltra's new native-side rendering engine.
Your Voltra components are now bundled separately and rendered in a dedicated JS VM instance, allowing them to respond to environment changes even when your app is not running. This means you can dynamically adjust layouts based on props or environment variables, such as the iOS rendering mode: full color or accented.
This feature is marked as experimental and requires explicit opt-in.
See the following resources for more information on how to use Dynamic Widgets:
iOS documentation
Android documentation