Library Version
1.2.1
React Native Version
0.81.5
React Version
19.1.0
Expo Version
54.0.31
Minimal Reproduction
- Create a Live Activity for Island with Voltra.Timer component
const variants = {
island: {
compact: {
leading: (
<Voltra.Image
source={{
base64:
"iVBORw0KGgoA...",
}}
style={{ width: 21, height: 21 }}
/>
),
trailing: <Voltra.Timer endAtMs={Date.now() + 5 * 60 * 1000} />,
},
},
};
- Start the Live Activity and go to home screen to view the dynamic island
Actual result:

Expected result:

Additional Information (Optional)
No response
Library Version
1.2.1
React Native Version
0.81.5
React Version
19.1.0
Expo Version
54.0.31
Minimal Reproduction
Actual result:

Expected result:

Additional Information (Optional)
No response