I want to thank you for this amazing package which makes creating beautiful shimmers a breeze. I style using nativewind in react native hence i have children that might look like this ``` <View className="w-[6vh] h-[6vh] bg-primary rounded-full" /> ``` but it does not show up unless i use the style attribute. any insight is appreciated