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

Grayscale not work when loading a gif from network using Image component on iOS #109

Open
jhmobile opened this issue Mar 3, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jhmobile
Copy link

jhmobile commented Mar 3, 2023

mobile platform : iOS
react native version : 0.66.3
react-native-color-matrix-image-filters version: 6.0.1

here is my code:

<Grayscale>
    <Image style={{width: 100, height: 100}} source={{uri: "https://ali.jinhui365.cn/group5/M00/00/7E/CgAAcmF2fBaAJtyDAAeOmYeIvC8280.gif"}}></Image>
</Grayscale>

the gif is not filtered to grayscaled, btw, it works perfect on Android.

@iyegoroff iyegoroff added enhancement New feature or request help wanted Extra attention is needed labels Mar 4, 2023
@iyegoroff
Copy link
Owner

Looks like it doesn't support gif on iOS at all.

@PrakashBinmile
Copy link

My app is getting crashed on the ios version 17.4 due to this library but working perfectly in the lower version of ios and all version of android

@PrakashBinmile
Copy link

React-native: 0.73.6,
"react-native-color-matrix-image-filters": "6.0.7",
IOS device: 17.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants