-
Notifications
You must be signed in to change notification settings - Fork 11
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
flickering bug #4
Comments
+1 |
me too |
me too |
You'll need to customize the Image360Viewer component and replace the image component either with FastImage or Expo Image, with priority set to high |
@codthing Change the following files
Instead of rendering image after every swipe, here all the images has been rendered initially and stacked one after another. Only the image's tintColor is being changed from transparent to null while pan gesture.
This solved the flickering issue when the source of image is either local asset or url. |
I tested this project. There is flickering when rotating the car picture.
The text was updated successfully, but these errors were encountered: