removed unused imports

parent 5482330b
...@@ -5,10 +5,10 @@ import themeColors from '../assets/colors'; ...@@ -5,10 +5,10 @@ import themeColors from '../assets/colors';
const AppCountDownTimer = () => ( const AppCountDownTimer = () => (
<CountdownCircleTimer <CountdownCircleTimer
isPlaying isPlaying={false}
size={40} size={40}
strokeWidth={5} strokeWidth={5}
duration={10} duration={20}
trailColor={themeColors.WHITE} trailColor={themeColors.WHITE}
colors={[ colors={[
[themeColors.BLACK, 0.4], [themeColors.BLACK, 0.4],
......
import React from 'react'; import React from 'react';
import { SafeAreaView, StyleSheet, View } from 'react-native'; import { SafeAreaView, StyleSheet } from 'react-native';
export const AppContainer = (props) => { export const AppContainer = (props) => {
return( return(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment