-
I'm using Expo v42 with Typescript and followed the instructions to install react-native-reanimated v2.2.1 When I try to import the predefined animations such as
I get the error
Typescript says
Do I need to install the predefined animations separately somehow? If so, how? |
Beta Was this translation helpful? Give feedback.
Answered by
dqii
Sep 10, 2021
Replies: 1 comment
-
The documentation was for the alpha of 2.3.0, but I had installed 2.2.1. 2.3.0 contains the type definitions for the predefined animations. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dqii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation was for the alpha of 2.3.0, but I had installed 2.2.1. 2.3.0 contains the type definitions for the predefined animations.