Replies: 1 comment 1 reply
-
I can provide more detailed code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe there should exist other api for skeleton. Like
<ImageBackground />
, but in case ofImage
we can applyStyleSheet.absoluteFill
to regular image, but in case of skeletons we can't. Current implementation of Skeleton wraps content into theView
and it brakes flex layout, absolute positioning and so on.I think solutions is to extract this code to separate component
Beta Was this translation helpful? Give feedback.
All reactions