Closed tischenkoa closed 4 years ago
I believe the correct way is {useNativeDriver : this.props.useNativeDriver }, which allows it to be configured from JavaScript (and currently defaults to true).
{useNativeDriver : this.props.useNativeDriver }
true
Fix merged
I believe the correct way is
{useNativeDriver : this.props.useNativeDriver }
, which allows it to be configured from JavaScript (and currently defaults totrue
).