react-native-image-progress
react-native-image-progress copied to clipboard
Progress indicator for networked images in React Native
I can't understand what the hell is happening with this state . It is not updating . ` this.setState({imgLink: data.items[0].snippet.thumbnails.default.url}); console.log(this.state.imgLink); `
Hey, i amm getting an error after calling an function after onPressesd , that "undefined is not a function near setInterval". please see it. here is the code of 1'st...
Style is not working if source is static. "react-native-image-progress": "^1.1.1", `const imgContent = photo ? : ;`
i want to change the image androidresizeMethod property
Hi,When I load too many images in the list, I will execute the renderError function. Is there a solution?
I followed the instructions to install react-native-progress, and tested with the examples, it displays normally. But when I copy the code in this repo's example folder to the project created...
Is it possible to run this module's ES6 through babel to compile down to ES5 before publishing to NPM? This way we can use this library on web projects via...
Progress does not work on android because `onProgress` Image callback is iOS **only**.
I have followed the example about ProgressPie and the application is not working. I follow the first example about ProgressBar and it's working fine. How could I solve it ?