Skip to content

Cannot find variable Indicator #43

@ossamaweb

Description

@ossamaweb

Error

Deps

"typescript": "^2.5.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-native": "0.49.3",

Workaround
Change Indicator export method from:

export default (Indicator = function({ direction, size, color, style }) {});

to:

const Indicator = function({ direction, size, color, style }) {};
export default Indicator

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions