Skip to content

Can not set style height #6

@gandarain

Description

@gandarain

I try to set style height like this, but it is not work

<InstagramEmbed
       id="CB4kA1igV-d"
       style={{ width: '100%', height: 50 }}
       showAvatar={true}
       renderCaption={(caption) => {
             console.log('Caption ', caption);
             <Text numberOfLines={1} style={{ width: '100%' }}>
                 {caption}
             </Text>;
        }}
        showCaption={true}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions