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
eb54e935
Commit
eb54e935
authored
Dec 15, 2021
by
W.D.R.P. Sandeepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change route
parent
8be5d33a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
frontend/App.js
frontend/App.js
+3
-3
frontend/index.js
frontend/index.js
+1
-5
No files found.
frontend/
src/
App.js
→
frontend/App.js
View file @
eb54e935
...
...
@@ -10,9 +10,9 @@ import {
import
{
LogBox
}
from
'
react-native
'
;
LogBox
.
ignoreLogs
([
'
Reanimated 2
'
]);
import
home
from
"
./screen/home
"
;
import
profile
from
"
./screen/profile
"
;
import
report
from
"
./screen/report
"
;
import
home
from
"
./s
rc/s
creen/home
"
;
import
profile
from
"
./s
rc/s
creen/profile
"
;
import
report
from
"
./s
rc/s
creen/report
"
;
import
{
NavigationContainer
}
from
"
@react-navigation/native
"
;
import
{
createDrawerNavigator
}
from
"
@react-navigation/drawer
"
;
...
...
frontend/index.js
View file @
eb54e935
/**
* @format
*/
import
{
AppRegistry
}
from
'
react-native
'
;
import
App
from
'
./
src/
App
'
;
import
App
from
'
./App
'
;
import
{
name
as
appName
}
from
'
./app.json
'
;
AppRegistry
.
registerComponent
(
appName
,
()
=>
App
);
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