React-native-animatable: useNativeDriver integration on iOS

Created on 28 Sep 2017  路  2Comments  路  Source: oblador/react-native-animatable

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.

Most helpful comment

It's still in the README.

All 2 comments

Nowadays this is integrated by default 馃憤 Should probably remove it from the README.

It's still in the README.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dantman picture dantman  路  3Comments

Aspirationtocode picture Aspirationtocode  路  7Comments

pcfutures picture pcfutures  路  4Comments

sundayhd picture sundayhd  路  5Comments

zr0n picture zr0n  路  6Comments