Getting this while creating an animation:
const active = new Value(1);
const transition = withTransition(active, { duration: 100 });
const activeTransition = new Value(0);
This function actually exists, but somehow I'm getting this error. How can I fix that? (currently using SDK 39 and react-native-redash 9.1.2)