I get stuck with react-native-redash library when coding (Instagram Pinch-to-Zoom). I can not use Vector (or vec) and onGestureEvent from react-native-redash such as in this Video. Because there is no implementation for them (vec just have "create function" and does not have "set function")
Does anybody know what problem is? I have used Typescript for my project. And I have read v1 Users notice in redash docs but don't know which circumstance to apply it. Thank in advance.
Library I used in my project:
"react-native-reanimated": "~1.7.0"
"react-native-redash": "^15.6.0"
"react-native-gesture-handler": "~1.6.0"
"react-native": "0.61.4"