WalletConnect / web3modal-react-native

Web3Modal React-Native SDK
https://web3modal.com
Apache License 2.0
44 stars 14 forks source link

fix: disabled nativedriver for press animations #89

Closed ignaciosantise closed 8 months ago

ignaciosantise commented 8 months ago

Summary

Animations with useNativeDriver: false execute on JS Thread but as this is a simple animation, it shouldn't cause performance issues.

In the near future i'll try to accomplish similar results using opacity with useNativeDriver: true, or change the effect to something different

Related:

https://github.com/WalletConnect/web3modal-react-native/issues/87