-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Gif in ios #1014
Labels
Comments
Due to lack of maintenance of SDWebImage, the problem seems to occur with the latest iOS 17. I believe it will work if you create a react-native-fast-image+8.6.3.patch file, write the following in it, and then update fast-image using patch-package! react-native-fast-image+8.6.3.patch
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have done following to display gif image
` <FastImage
// source={APP_IMAGES.ic_runner_gif}
source={require('../../assets/images/ic_runner_1.gif')}
style={[style.iRunner2,{marginRight : 0}]}
resizeMode={FastImage.resizeMode.contain}
`
But in ios gif only display at once and then stop, how to display gif continuosly in ios
The text was updated successfully, but these errors were encountered: