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
da5d5264
Commit
da5d5264
authored
May 02, 2022
by
Muthumal S.A.D.M.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New Progress
parent
ed752d11
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 @
da5d5264
This diff is collapsed.
Click to expand it.
frontend/src/router/router.js
View file @
da5d5264
...
...
@@ -42,6 +42,7 @@ import GameScreenSixAll from '../screen/memory/elementry/GameScreenSixAll';
import
GameOverScreen
from
'
../screen/memory/GameOverScreen
'
;
import
Sam
from
'
../screen/sample/sam
'
;
import
Progress
from
'
../screen/Progress
'
;
const
Stack
=
createNativeStackNavigator
();
...
...
@@ -261,6 +262,11 @@ const AppRouter = () => {
name
=
"
Sam
"
component
=
{
Sam
}
/
>
<
Stack
.
Screen
options
=
{{
headerShown
:
false
}}
name
=
"
Progress
"
component
=
{
Progress
}
/
>
<
/Stack.Navigator
>
<
/NavigationContainer
>
);
...
...
frontend/src/screen/Home.js
View file @
da5d5264
...
...
@@ -53,7 +53,7 @@ export default function Home({ navigation }){
style
=
{
styles
.
image
}
source
=
{
require
(
'
../assets/color/background.png
'
)}
resizeMode
=
"
contain
"
><
/Image
>
<
ImageButton
path
=
"
Progress
"
title
=
"
Progress
Check
"
/>
<
ImageButton
path
=
"
Progress
"
title
=
"
Progress
"
/>
<
/View
>
{
/* <View style={styles.imageView}>
<Image
...
...
frontend/src/screen/Progress.js
0 → 100644
View file @
da5d5264
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 @
da5d5264
{
"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