And I'm trying to use it in another component like this
//Time is always a number that means the minutes
<>
<View>
<Text style={{fontSize: 20}}>Your order will be ready in</Text>
<CircleTimer time={time * 60} />
</View>
</>
Maybe I missed something, but I tried expo.snack and demos but it still doesn't work
I'm getting this error
And this is my code
And I'm trying to use it in another component like this
Maybe I missed something, but I tried expo.snack and demos but it still doesn't work