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
7d7e331f
Commit
7d7e331f
authored
Dec 15, 2021
by
W.D.R.P. Sandeepa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it18218640' into 'master'
change route See merge request
!4
parents
0de7af3c
2cecc399
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 @
7d7e331f
...
@@ -10,9 +10,9 @@ import {
...
@@ -10,9 +10,9 @@ import {
import
{
LogBox
}
from
'
react-native
'
;
import
{
LogBox
}
from
'
react-native
'
;
LogBox
.
ignoreLogs
([
'
Reanimated 2
'
]);
LogBox
.
ignoreLogs
([
'
Reanimated 2
'
]);
import
home
from
"
./screen/home
"
;
import
home
from
"
./s
rc/s
creen/home
"
;
import
profile
from
"
./screen/profile
"
;
import
profile
from
"
./s
rc/s
creen/profile
"
;
import
report
from
"
./screen/report
"
;
import
report
from
"
./s
rc/s
creen/report
"
;
import
{
NavigationContainer
}
from
"
@react-navigation/native
"
;
import
{
NavigationContainer
}
from
"
@react-navigation/native
"
;
import
{
createDrawerNavigator
}
from
"
@react-navigation/drawer
"
;
import
{
createDrawerNavigator
}
from
"
@react-navigation/drawer
"
;
...
...
frontend/index.js
View file @
7d7e331f
/**
* @format
*/
import
{
AppRegistry
}
from
'
react-native
'
;
import
{
AppRegistry
}
from
'
react-native
'
;
import
App
from
'
./
src/
App
'
;
import
App
from
'
./App
'
;
import
{
name
as
appName
}
from
'
./app.json
'
;
import
{
name
as
appName
}
from
'
./app.json
'
;
AppRegistry
.
registerComponent
(
appName
,
()
=>
App
);
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