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 read property 'loading' of undefined #25

Closed
chrise86 opened this issue Aug 14, 2016 · 3 comments
Closed

Cannot read property 'loading' of undefined #25

chrise86 opened this issue Aug 14, 2016 · 3 comments

Comments

@chrise86
Copy link

chrise86 commented Aug 14, 2016

When using this component I get the above error pointing to:

ImageProgress._this2.handleLoadStart
index.js:28

which relates to:

handleLoadStart = () => {
    if (!this.state.loading && this.state.progress !== 1) {

Just incase, I'm using:

"react": "^15.1.0",
"react-native": "^0.28.0",
"react-native-image-progress": "^0.6.0",
@oblador
Copy link
Owner

oblador commented Sep 13, 2016

Do you have a minimal code example to reproduce this bug?

@chrise86
Copy link
Author

I'll try and get one up asap

@oblador
Copy link
Owner

oblador commented Jul 3, 2017

Closing due to inactivity, reopen if you have a reproducible scenario.

@oblador oblador closed this as completed Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants