Hi! I have a simple question regarding the README.
The readme says that usage of useNativeDriver prop 'requires you to integrate that module on iOS'. I don't really understand what does 'module integration' means. I was unable to find any info regarding useNativeDriver prop not working on iOS in Animatable. Could you explain it?
I've tested the below code on iOS:
<AnimatedView
animation="slideInUp"
iterationCount={"infinite"}
direction="alternate"
style={styles.container}
useNativeDriver
>
...contents
</AnimatedView>
And the animation is working fine.
Nowadays this is integrated by default 馃憤 Should probably remove it from the README.
It's still in the README.
Most helpful comment
It's still in the README.