react-native-image-progress icon indicating copy to clipboard operation
react-native-image-progress copied to clipboard

Progress indicator for networked images in React Native

Results 21 react-native-image-progress issues
Sort by recently updated
recently updated
newest added

Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. After migrating from [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) to [expo-image](https://docs.expo.dev/versions/latest/sdk/image), this warning indicator started to appear in my CLI: ``` [expo-image]:...

I created a wrapper component: ``` import React from 'react'; import { createImageProgress } from 'react-native-image-progress'; import ProgressBar from 'react-native-progress/Bar'; import FastImage from 'react-native-fast-image'; const Image = createImageProgress(FastImage); const ImageWithProgress...

Why my image has been shown, the loader has not disappeared "react-native-image-progress": "^1.1.1", My image has been loaded, but your code has not been executed yet

Hi, i want to make progressbar in bottom position, i tried ``` indicatorContainerStyle={{ alignItems:'flex-end', justifyContent: 'flex-end' }} ``` but. not working, can u help?

Hi, I'm using Fast image library and implemented this lib to show the progress spinner. Now, I can see the spinner on every image in my projects as i've a...

Hey what the the hell is the error i am getting here please solve it . i am 16 years old right now please give a expln that i can...

I want to use resizeMethod prop because I am getting images from an API that needs to be scaled and resize accordingly. Is there any prop available to do this....

Hello Do we have option add progress bar something like this ![image](https://user-images.githubusercontent.com/1762691/78852352-46106380-7a46-11ea-8096-97e282f66afb.png) You can see https://www.figma.com/proto/jfrHmY30OsteDDJk83QcAX/iOS-app-UI-(v2)?node-id=2167%3A255&viewport=733%2C359%2C0.10738226771354675&scaling=scale-down Thanks