python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React Native Lottie Animation Only Plays On First Tap
So essentially, I want to play the lottie animation everytime it is tapped. Here is my UI code for the lottie animation:
<Pressable onPress={playGame}>
<LottieView
ref={loseAnimationRef}
...
KraveXL
Votes: 0
Answers: 2
Lottie ref in Expo (react native)
I am trying to move my existing React Native (typescript) project to Expo. Everything is working fine in Expo except modal with Lottie animation ( without expo it is working properly).
My code:
expor...
Mateusz
Votes: 0
Answers: 1
Dark mode and Lottie animations
I'm using Lottie to display a logo animation on a landing page in my app.
I made that animation with a white background and also with a black background. Depening on the state of dark mode I want to s...
arakweker
Votes: 0
Answers: 1