Closed jaaouani-glitch closed 4 years ago
Same here (reproduced on Android, didn't try iOS).
I "solved" it by retrograding react-native
to 0.62.2
.
EDIT: after a quick investigation, it's caused by the calls to this.position.setValue
in Animator.js
not passing the X value, which is then undefined, causing the error. I created the PR #38 to fix this.
Thank you, I follow you're solution amazing.
The solution is great and works perfectly, please merge it! 👍
Hi, I'm trying to use rn-bottom-drawer, but get error message as the title when I swipe up, the error produces on both platform android and iOS.
my react native version is: 0.63.2 and latest rn-bottom-drawer.