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
e6b4db6f
Commit
e6b4db6f
authored
Oct 14, 2021
by
A.G.J.L.P RAJAPAKSE - IT17023610
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stakes coponent modidfied
parent
0c41d522
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
components/auction.stake.component.js
components/auction.stake.component.js
+3
-1
screen/User.Bids.Screen.js
screen/User.Bids.Screen.js
+6
-7
No files found.
components/auction.stake.component.js
View file @
e6b4db6f
...
...
@@ -45,7 +45,9 @@ const styles = StyleSheet.create({
flexDirection
:
'
row
'
,
borderRadius
:
10
,
backgroundColor
:
themeColors
.
PRIMARY_COLOR
,
marginHorizontal
:
10
marginHorizontal
:
10
,
marginVertical
:
10
,
height
:
120
},
label
:
{
fontSize
:
22
,
...
...
screen/User.Bids.Screen.js
View file @
e6b4db6f
...
...
@@ -4,10 +4,10 @@
// Import React and Component
import
React
from
'
react
'
;
import
{
View
,
StyleSheet
,
Text
,
ScrollView
}
from
'
react-native
'
;
import
{
AppAuctionItem
}
from
'
../components/auction_item.component
'
;
import
{
AppContainer
}
from
'
../container/container
'
;
import
themeColors
from
'
../assets/colors
'
;
import
{
AuctionBottomTab
}
from
'
../Navigations/AuctionBottomTab
'
;
import
{
AppStakeItem
}
from
'
../components/auction.stake.component
'
;
const
UserBidScreen
=
({
navigation
})
=>
{
return
(
...
...
@@ -15,12 +15,11 @@ const UserBidScreen = ({navigation}) => {
<
AppContainer
>
<
Text
style
=
{
styles
.
auctionHeading
}
>
My
Bids
<
/Text
>
<
ScrollView
>
<
View
>
<
AppAuctionItem
label
=
'
Auction Item 1
'
onPress
=
{()
=>
navigation
.
navigate
(
"
SignUp
"
)}
/
>
<
AppAuctionItem
label
=
'
Auction Item 2
'
/>
<
AppAuctionItem
label
=
'
Auction Item 3
'
/>
<
AppAuctionItem
label
=
'
Auction Item 4
'
/>
<
/View
>
<
AppStakeItem
/>
<
AppStakeItem
/>
<
AppStakeItem
/>
<
AppStakeItem
/>
<
AppStakeItem
/>
<
/ScrollView
>
<
/AppContainer
>
<
AuctionBottomTab
/>
...
...
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