Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
clone_excelso
Commits
111cb9cc
Commit
111cb9cc
authored
May 08, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add rewards list
parent
864a60ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
Auth.js
view/Auth.js
+2
-13
No files found.
view/Auth.js
View file @
111cb9cc
...
@@ -45,20 +45,9 @@ import { enableScreens } from 'react-native-screens';
...
@@ -45,20 +45,9 @@ import { enableScreens } from 'react-native-screens';
import
MenuDetail
from
'./MenuDetail'
;
import
MenuDetail
from
'./MenuDetail'
;
import
OrderHistory
from
'./OrderHistory'
;
import
OrderHistory
from
'./OrderHistory'
;
import
OrderDetail
from
'./OrderDetail'
;
import
OrderDetail
from
'./OrderDetail'
;
import
RewardsList
from
'./RewardsList'
enableScreens
();
enableScreens
();
function
Rewards
()
{
return
(
<
View
style
=
{{
flex
:
1
,
justifyContent
:
'center'
,
alignItems
:
'center'
}}
>
<
Text
>
Rewards
!
<
/Text
>
<
/View
>
)
}
function
Outlets
()
{
function
Outlets
()
{
return
(
return
(
...
@@ -108,7 +97,7 @@ function HomePage({navigation}) {
...
@@ -108,7 +97,7 @@ function HomePage({navigation}) {
>
>
<
Tab
.
Screen
name
=
"HOME"
component
=
{
Home
}
/
>
<
Tab
.
Screen
name
=
"HOME"
component
=
{
Home
}
/
>
<
Tab
.
Screen
name
=
"MENU"
component
=
{
MenuSelection
}
/
>
<
Tab
.
Screen
name
=
"MENU"
component
=
{
MenuSelection
}
/
>
<
Tab
.
Screen
name
=
"REWARDS"
component
=
{
Rewards
}
/
>
<
Tab
.
Screen
name
=
"REWARDS"
component
=
{
Rewards
List
}
/
>
<
Tab
.
Screen
name
=
"ORDER"
component
=
{
OrderHistory
}
/
>
<
Tab
.
Screen
name
=
"ORDER"
component
=
{
OrderHistory
}
/
>
<
Tab
.
Screen
name
=
"OUTLETS"
component
=
{
Outlets
}
/
>
<
Tab
.
Screen
name
=
"OUTLETS"
component
=
{
Outlets
}
/
>
<
Tab
.
Screen
name
=
"ACCOUNT"
component
=
{
Account
}
/
>
<
Tab
.
Screen
name
=
"ACCOUNT"
component
=
{
Account
}
/
>
...
...
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