I’m a beginner to React Native (Expo Go) and I am trying to make the following animation:
On app launch, an image starts at a random position around halfway up the screen and moves upwards until it gets out of bounds.
Once out of bounds, the image now comes up from the bottom of the screen.
What I’ve had trouble with is having the image start midway on ONLY the first animation.
I’ve played around with different Reanimated libraries such as withRepeat and withTiming with no avail.
aspect is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.