Skip to content

Commit 6c9bda2

Browse files
committed
Update TODO
1 parent 8ae8a9e commit 6c9bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/animatedImage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const AnimatedImage = (props: AnimatedImageProps) => {
6868
// eslint-disable-next-line react-hooks/exhaustive-deps
6969
[setIsLoading, propsOnLoad, animationDuration]);
7070

71-
// TODO: revert to this solution when iOS is fixed (RN77 bug)
71+
// TODO: RN 77 - revert to this solution when iOS is fixed in future RN releases
7272
// const onLoadStart = useCallback(() => {
7373
// setIsLoading(true);
7474
// propsOnLoadStart?.();

0 commit comments

Comments
 (0)