Skip to content

keyExtractor #143

@appsgenie

Description

@appsgenie

the key has to always be a string not at int. console always shows warnings.
i fixed on my end like this:
keyExtractor (item, index) { return index; }
to
keyExtractor (item, index) { return${index}; }
but can someone make this change in this package?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions