-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Additional Information (Optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

