Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
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
21_22-J 38
21_22-J 38
Commits
35b58b12
Commit
35b58b12
authored
May 03, 2022
by
Neranga K.T.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d1ee0c97
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
11596 deletions
+4
-11596
frontend/package-lock.json
frontend/package-lock.json
+0
-11593
frontend/src/screen/memory/MemoryResult.js
frontend/src/screen/memory/MemoryResult.js
+1
-1
frontend/src/screen/memory/elementry/GameScreenFive.js
frontend/src/screen/memory/elementry/GameScreenFive.js
+2
-1
frontend/src/screen/memory/elementry/GameScreenSix.js
frontend/src/screen/memory/elementry/GameScreenSix.js
+1
-1
No files found.
frontend/package-lock.json
View file @
35b58b12
This diff is collapsed.
Click to expand it.
frontend/src/screen/memory/MemoryResult.js
View file @
35b58b12
...
...
@@ -4,7 +4,7 @@ import {View, Text, StyleSheet} from 'react-native';
const
MemoryResult
=
()
=>
{
return
(
<
View
style
=
{
styles
.
screen
}
>
<
Text
>
Result
Screen
<
/Text
>
<
/View
>
);
}
...
...
frontend/src/screen/memory/elementry/GameScreenFive.js
View file @
35b58b12
...
...
@@ -14,6 +14,7 @@ const GameScreenFive = ({navigation}) => {
style
=
{
styles
.
image
}
/
>
<
/View
>
<
Text
style
=
{
styles
.
imageText
}
>
Fish
<
/Text
>
<
CountDown
size
=
{
40
}
until
=
{
Countdown
.
elementry
}
...
...
@@ -27,7 +28,7 @@ const GameScreenFive = ({navigation}) => {
timeLabels
=
{{
s
:
'
Seconds
'
}}
style
=
{
styles
.
counter
}
/
>
<
Text
style
=
{
styles
.
imageText
}
>
Fish
<
/Text
>
<
/View
>
);
}
...
...
frontend/src/screen/memory/elementry/GameScreenSix.js
View file @
35b58b12
...
...
@@ -14,7 +14,7 @@ const GameScreenSix = ({navigation}) => {
style
=
{
styles
.
image
}
/
>
<
/View
>
<
Text
style
=
{
styles
.
imageText
}
>
Pencil
<
/Text
>
<
Text
style
=
{
styles
.
imageText
}
>
Kite
<
/Text
>
<
CountDown
size
=
{
40
}
until
=
{
Countdown
.
elementry
}
...
...
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