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
a008a802
Commit
a008a802
authored
Feb 08, 2022
by
Lihinikaduwa D.N.R.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some changes
parent
1a539b0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10110 additions
and
15897 deletions
+10110
-15897
frontend/package-lock.json
frontend/package-lock.json
+10109
-15890
frontend/package.json
frontend/package.json
+0
-5
frontend/src/router/router.js
frontend/src/router/router.js
+1
-2
No files found.
frontend/package-lock.json
View file @
a008a802
This source diff could not be displayed because it is too large. You can
view the blob
instead.
frontend/package.json
View file @
a008a802
...
...
@@ -17,12 +17,7 @@
"native-base"
:
"^3.2.2"
,
"react"
:
"17.0.2"
,
"react-native"
:
"0.66.2"
,
<<<<<<<
HEAD
"react-native-audio-recorder-player"
:
"^3.3.4"
,
"react-native-chartjs"
:
"^1.0.3"
,
=======
"react-native-audio-record"
:
"^0.2.2"
,
>>>>>>>
ef
01
cf
5
d
3888e989084
c
7
d
61
dff
42
b
160793
ac
0
a
"react-native-elements"
:
"^3.4.2"
,
"react-native-fontawesome"
:
"^7.0.0"
,
"react-native-gesture-handler"
:
"^1.10.3"
,
...
...
frontend/src/router/router.js
View file @
a008a802
...
...
@@ -16,7 +16,7 @@ const Stack = createNativeStackNavigator();
const
AppRouter
=
()
=>
{
return
(
<
NavigationContainer
>
<
Stack
.
Navigator
initialRouteName
=
"
Color
"
>
<
Stack
.
Navigator
initialRouteName
=
"
Login
"
>
<
Stack
.
Screen
options
=
{{
headerShown
:
false
}}
name
=
"
Home
"
...
...
@@ -62,7 +62,6 @@ const AppRouter = () => {
name
=
"
ReadActivity
"
component
=
{
ReadActivity
}
/
>
<
/Stack.Navigator
>
<
/NavigationContainer
>
);
...
...
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