Skip to content

Weird spacing with Voltra.Timer in Dynamic Island #90

@samimsaidi

Description

@samimsaidi

Library Version

1.2.1

React Native Version

0.81.5

React Version

19.1.0

Expo Version

54.0.31

Minimal Reproduction

  1. 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} />,
      },
    },
  };
  1. Start the Live Activity and go to home screen to view the dynamic island

Actual result:
Image

Expected result:
Image

Additional Information (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions