Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-090 frontend
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
2021-090
2021-090 frontend
Commits
a7505b57
Commit
a7505b57
authored
Oct 11, 2021
by
Pramodh Rajapakse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
layout finalised
parent
4d4445ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
screen/Home.Auction.Screen.js
screen/Home.Auction.Screen.js
+5
-6
No files found.
screen/Home.Auction.Screen.js
View file @
a7505b57
...
...
@@ -4,8 +4,7 @@
// Import React and Component
import
React
from
'
react
'
;
import
{
View
,
StyleSheet
,
Text
,
ScrollView
}
from
'
react-native
'
;
import
{
AppButton
}
from
"
../components/button.component
"
;
import
{
AppTextInput
}
from
'
../components/text_input.component
'
;
import
{
AppAuctionItem
}
from
'
../components/auction_item.component
'
;
import
{
AppIconButton
}
from
'
../components/icon_button.component
'
;
import
{
AppContainer
}
from
'
../container/container
'
;
import
themeColors
from
'
../assets/colors
'
;
...
...
@@ -27,10 +26,10 @@ const HomeAuctionScreen = ({navigation}) => {
<
Text
style
=
{
styles
.
auctionHeading
}
>
Auctions
List
<
/Text
>
<
ScrollView
>
<
View
>
<
App
Button
label
=
'
Buy
'
onPress
=
{()
=>
navigation
.
navigate
(
"
SignUp
"
)}
/
>
<
App
Button
label
=
'
Sell
'
/>
<
App
Button
label
=
'
My Bids
'
/>
<
App
Button
label
=
'
My Auctions
'
/>
<
App
AuctionItem
label
=
'
Auction Item 1
'
onPress
=
{()
=>
navigation
.
navigate
(
"
SignUp
"
)}
/
>
<
App
AuctionItem
label
=
'
Auction Item 2
'
/>
<
App
AuctionItem
label
=
'
Auction Item 3
'
/>
<
App
AuctionItem
label
=
'
Auction Item 4
'
/>
<
/View
>
<
/ScrollView
>
<
/AppContainer
>
...
...
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