I am currently working with
"react-native": "0.61.3" and "react-native-shimmer": "^0.6.0".
I have a Shimmer with a nested flatlist inside. For android it works like a charm but for iOS it is not working. Sometimes you can see only a flicker once when it renders, then just no animation, change or opacity, nothing.
<Shimmer >
<FlatList .../> //Deleted it for simplicity purposes
</Shimmer>
I am currently working with
"react-native": "0.61.3" and "react-native-shimmer": "^0.6.0".
I have a Shimmer with a nested flatlist inside. For android it works like a charm but for iOS it is not working. Sometimes you can see only a flicker once when it renders, then just no animation, change or opacity, nothing.