jacklein / rn-bottom-drawer

a react native bottom drawer component
MIT License
186 stars 84 forks source link

Set the X property when updating ValueXY in Animator.js (fix #37) #38

Closed Spark-NF closed 2 years ago

Spark-NF commented 4 years ago

Fix the "AnimatedValue: Attempting to set value to undefined" errors on React Native 0.63.

Billwall2020 commented 4 years ago

Did you also find a solution regarding the issue that the useNativeDriver needs to be specified? Thanks in advance!