Skip to content

Custom BlurView component doesn't work #67

@aleganza

Description

@aleganza

Maybe I'm doing it wrong, but I'm unable to set a blurred background using expo-blur.

Minimal reproduction:

toast('test', {
  customToast: (toast) => (
    <BlurView intensity={0.1} style={{ height: toast.height, width: toast.width }}>
      <Txt style={{ color: 'red' }}>{resolveValue(toast.message, toast)}</Txt>
    </BlurView>
  ),
});

Thanks for this very useful library btw, it's a lifesaver since react-native-toast-message has a major issue at the moment, and I'm preferring yours.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions