Hello Abdelhalim Ahmed, I am having some issues with animating my React Native application, using Moti.
I keep have my animation state initialised like this: const animationState = useAnimationState({ signIn: { height: SIZES.height * 0.55 }, signUp: { height: SIZES.height * 0.7 } });
const animationState = useAnimationState({ signIn: { height: SIZES.height * 0.55 }, signUp: { height: SIZES.height * 0.7 } });
But I keep getting the error in the screenshot attached to this post.
Is there anything you can suggest I do please.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hello Abdelhalim Ahmed, I am having some issues with animating my React Native application, using Moti.
I keep have my animation state initialised like this:
const animationState = useAnimationState({
signIn: {
height: SIZES.height * 0.55
},
signUp: {
height: SIZES.height * 0.7
}
});
But I keep getting the error in the screenshot attached to this post.

Is there anything you can suggest I do please.