vydimitrov / react-countdown-circle-timer

Lightweight React/React Native countdown timer component with color and progress animation based on SVG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Timer causes apk to crash

botondburgmann opened this issue · comments

Hi, I have an app that uses this timer component, and it works completely well with Expo Go. But when I build and install an apk on my phone and use it as an android app, when it should show the timer the app just closes. Can anyone help why it does this and how to solve the problem? I have Android version 14

Hey, did you install the peer-dependency react-native-svg?

Installing svg fixed for me

Thank you, I installed it and it fixed for me.