react-native-skeleton-content-nonexpo icon indicating copy to clipboard operation
react-native-skeleton-content-nonexpo copied to clipboard

Image on SkeletonContent children not loaded

Open rhymelody opened this issue 2 years ago • 0 comments

Describe the bug Image on SkeletonContent children not loaded, when i check avatarLoaded value it's only says false when Image put on SkeletonContent like this, like SkeletonContent not render Image.

setAvatarLoaded(true)} />

when I use Image outside SkeletonContent, image can be loaded, and avatarLoaded value not always false, avatarLoaded value says it's true when fully loaded.

Expected behavior I think all SkeletonContent children should be hidden, but still rendered in React Native. so image can be loaded and set loaded value to SkeletonContent isLoading.

rhymelody avatar Mar 10 '22 11:03 rhymelody