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
a82d7ac4
Commit
a82d7ac4
authored
May 02, 2022
by
Muthumal S.A.D.M.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it18227314' into 'master'
New Progress See merge request
!177
parents
ed752d11
da5d5264
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
165 additions
and
25 deletions
+165
-25
frontend/package-lock.json
frontend/package-lock.json
+144
-24
frontend/src/router/router.js
frontend/src/router/router.js
+6
-0
frontend/src/screen/Home.js
frontend/src/screen/Home.js
+1
-1
frontend/src/screen/Progress.js
frontend/src/screen/Progress.js
+8
-0
package-lock.json
package-lock.json
+6
-0
No files found.
frontend/package-lock.json
View file @
a82d7ac4
This diff is collapsed.
Click to expand it.
frontend/src/router/router.js
View file @
a82d7ac4
...
@@ -42,6 +42,7 @@ import GameScreenSixAll from '../screen/memory/elementry/GameScreenSixAll';
...
@@ -42,6 +42,7 @@ import GameScreenSixAll from '../screen/memory/elementry/GameScreenSixAll';
import
GameOverScreen
from
'
../screen/memory/GameOverScreen
'
;
import
GameOverScreen
from
'
../screen/memory/GameOverScreen
'
;
import
Sam
from
'
../screen/sample/sam
'
;
import
Sam
from
'
../screen/sample/sam
'
;
import
Progress
from
'
../screen/Progress
'
;
const
Stack
=
createNativeStackNavigator
();
const
Stack
=
createNativeStackNavigator
();
...
@@ -261,6 +262,11 @@ const AppRouter = () => {
...
@@ -261,6 +262,11 @@ const AppRouter = () => {
name
=
"
Sam
"
name
=
"
Sam
"
component
=
{
Sam
}
component
=
{
Sam
}
/
>
/
>
<
Stack
.
Screen
options
=
{{
headerShown
:
false
}}
name
=
"
Progress
"
component
=
{
Progress
}
/
>
<
/Stack.Navigator
>
<
/Stack.Navigator
>
<
/NavigationContainer
>
<
/NavigationContainer
>
);
);
...
...
frontend/src/screen/Home.js
View file @
a82d7ac4
...
@@ -53,7 +53,7 @@ export default function Home({ navigation }){
...
@@ -53,7 +53,7 @@ export default function Home({ navigation }){
style
=
{
styles
.
image
}
style
=
{
styles
.
image
}
source
=
{
require
(
'
../assets/color/background.png
'
)}
source
=
{
require
(
'
../assets/color/background.png
'
)}
resizeMode
=
"
contain
"
><
/Image
>
resizeMode
=
"
contain
"
><
/Image
>
<
ImageButton
path
=
"
Progress
"
title
=
"
Progress
Check
"
/>
<
ImageButton
path
=
"
Progress
"
title
=
"
Progress
"
/>
<
/View
>
<
/View
>
{
/* <View style={styles.imageView}>
{
/* <View style={styles.imageView}>
<Image
<Image
...
...
frontend/src/screen/Progress.js
0 → 100644
View file @
a82d7ac4
import
React
,
{
Component
}
from
'
react
'
import
{
StyleSheet
,
TouchableOpacity
,
View
,
Text
,
Pressable
,
SafeAreaView
,
ScrollView
,
Image
,
ImageBackground
,
Dimensions
,
Animated
,
Easing
,
NativeModules
}
from
'
react-native
'
;
export
default
function
Progress
(){
return
(
<
View
><
Text
>
ddddddd
<
/Text></
View
>
)
}
package-lock.json
0 → 100644
View file @
a82d7ac4
{
"name"
:
"21_22j-38"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{}
}
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