So in my app I am adding react-animation-components by typing
yarn add react-animation-components@3.0.0
Then I import the FadeTransform property
import { FadeTransform } from 'react-animation-components';
However, I am getting this message stating that the declaration of react-animation-components is not recognized.
I type this
yarn add @types/react-animation-components
but still nothing.
Why is this happening?