Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-090 frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2021-090
2021-090 frontend
Commits
627f3618
Commit
627f3618
authored
Oct 14, 2021
by
A.G.J.L.P RAJAPAKSE - IT17023610
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused imports
parent
5482330b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
components/countdown_component.js
components/countdown_component.js
+2
-2
container/container.js
container/container.js
+1
-1
No files found.
components/countdown_component.js
View file @
627f3618
...
...
@@ -5,10 +5,10 @@ import themeColors from '../assets/colors';
const
AppCountDownTimer
=
()
=>
(
<
CountdownCircleTimer
isPlaying
isPlaying
=
{
false
}
size
=
{
40
}
strokeWidth
=
{
5
}
duration
=
{
1
0
}
duration
=
{
2
0
}
trailColor
=
{
themeColors
.
WHITE
}
colors
=
{[
[
themeColors
.
BLACK
,
0.4
],
...
...
container/container.js
View file @
627f3618
import
React
from
'
react
'
;
import
{
SafeAreaView
,
StyleSheet
,
View
}
from
'
react-native
'
;
import
{
SafeAreaView
,
StyleSheet
}
from
'
react-native
'
;
export
const
AppContainer
=
(
props
)
=>
{
return
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment