alexZajac / react-native-skeleton-content

A customizable skeleton-like loading placeholder for react native projects using expo.
https://www.npmjs.com/package/react-native-skeleton-content
MIT License
613 stars 134 forks source link

Layout Flex nested in component not working #97

Open adeayobandung opened 4 months ago

adeayobandung commented 4 months ago

Describe the bug I have code for layout in component for style flex:1, but code skeleton containerStyle must be given code flex:1 for The style applied to the View containing the bones. So, my layout in component that be given flex:1 not working.

Please solve this problem.