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

🚩 FastImage, performant React Native image component.

Results 196 react-native-fast-image issues
Sort by recently updated
recently updated
newest added

It may be good to have some documentation about how to implement it in Expo

**Describe the bug** Every time that I run the app on the web with expo, this error comes in. **To Reproduce** Steps to reproduce the behavior if possible, or a...

bug

**Describe the bug** Pixelated corners on Android devices **To Reproduce** ```html ``` **Expected behavior** Smooth rounded corners **Screenshots** Use `` ![image](https://user-images.githubusercontent.com/8253512/88053717-d5252f80-cb8e-11ea-9605-f306eeeda195.png) Use `` ![image](https://user-images.githubusercontent.com/8253512/88054116-701e0980-cb8f-11ea-88ce-6a4b4f6b15a7.png) **Dependency versions** - React Native version:...

bug

Hi guys, Can anyone explain me why the onLoadStart method run twice. I have the simple example for it and this is the snippet: ``` onLoadedCompletely = () => {...

bug

A lot of people has request this feature (including me), so thanks to this PRs: https://github.com/DylanVann/react-native-fast-image/pull/351 by @compojoom and https://github.com/DylanVann/react-native-fast-image/pull/557 by @dolsem I managed to add a new static method...

I'm surprised nobody has asked for this. Common error conditions: - `404` / other http errors. Should report the content and the code. - App is offline error. - App...

feature

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior if possible, or a link to a reproduction repo: 1....

bug

**Describe the bug** I am working on a market place app, where users can also chat. TIFF format images are not working for android, it works for iOS. **Dependency versions**...

bug