Skip to content

ListItem:Unrecognized font family 'Material Icons' #503

@wuyunqiang

Description

@wuyunqiang

Description

  1. Explain what you did

code:
<List containerStyle={{ marginBottom: 20 }}>
{
list.map((l, i) => (
<ListItem
roundAvatar
onPress={() => console.log('Pressed')}
avatar={l.avatar_url}
key={i}
title={l.name}
subtitle={l.subtitle}
rightTitle={'right'}
/>
))
}

  1. What you expected to happen
    android:

androidright

ios:

iosright

  1. What actually happens
    android:

androidlistitem

ios:

ioslistitem

"react": "16.0.0-alpha.6",
"react-native": "0.44.3",
"react-native-elements": "^0.14.0",
"react-native-vector-icons": "^4.2.0",

Solution

I set hideChevron: false.

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