We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae8a9e commit 6c9bda2Copy full SHA for 6c9bda2
src/components/animatedImage/index.tsx
@@ -68,7 +68,7 @@ const AnimatedImage = (props: AnimatedImageProps) => {
68
// eslint-disable-next-line react-hooks/exhaustive-deps
69
[setIsLoading, propsOnLoad, animationDuration]);
70
71
- // TODO: revert to this solution when iOS is fixed (RN77 bug)
+ // TODO: RN 77 - revert to this solution when iOS is fixed in future RN releases
72
// const onLoadStart = useCallback(() => {
73
// setIsLoading(true);
74
// propsOnLoadStart?.();
0 commit comments