Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find variable Indicator #43

Open
ossamaweb opened this issue Nov 3, 2017 · 1 comment
Open

Cannot find variable Indicator #43

ossamaweb opened this issue Nov 3, 2017 · 1 comment

Comments

@ossamaweb
Copy link

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
@gs-akhan
Copy link
Owner

gs-akhan commented Nov 4, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants