Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
beasy-mobile
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
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
G
beasy-mobile
Commits
57b49330
Commit
57b49330
authored
May 08, 2024
by
G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show a little logo indicator of the payment type picked on the previous screen
parent
12e54772
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
PaymentAmountInputScreen.tsx
src/screens/PaymentAmountInputScreen.tsx
+5
-1
No files found.
src/screens/PaymentAmountInputScreen.tsx
View file @
57b49330
...
@@ -4,6 +4,7 @@ import BeasyLogoIcon from "@components/BeasyLogoIcon";
...
@@ -4,6 +4,7 @@ import BeasyLogoIcon from "@components/BeasyLogoIcon";
import
Button
from
"@components/Button"
;
import
Button
from
"@components/Button"
;
import
GoBackIconButton
from
"@components/GoBackIconButton"
;
import
GoBackIconButton
from
"@components/GoBackIconButton"
;
import
Input
from
"@components/Input"
;
import
Input
from
"@components/Input"
;
import
PaymentOption
from
"@components/PaymentOption"
;
import
BackgroundGreenWhiteContentArea
from
"@components/backgrounds/BackgroundGreenWhiteContentArea"
;
import
BackgroundGreenWhiteContentArea
from
"@components/backgrounds/BackgroundGreenWhiteContentArea"
;
import
Box
from
"@components/bases/Box"
;
import
Box
from
"@components/bases/Box"
;
import
{
SafeAreaView
}
from
"react-native-safe-area-context"
;
import
{
SafeAreaView
}
from
"react-native-safe-area-context"
;
...
@@ -33,7 +34,10 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI
...
@@ -33,7 +34,10 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI
<
Box
height=
{
150
}
alignItems=
{
"center"
}
justifyContent=
{
"center"
}
>
<
Box
height=
{
150
}
alignItems=
{
"center"
}
justifyContent=
{
"center"
}
>
<
BalanceContainer
balance=
{
78000
}
label=
"Total des ventes"
/>
<
BalanceContainer
balance=
{
78000
}
label=
"Total des ventes"
/>
</
Box
>
</
Box
>
<
Box
p=
{
"l"
}
paddingTop=
{
"x64"
}
>
<
Box
p=
{
"l"
}
paddingTop=
{
"xl"
}
>
<
Box
width=
{
75
}
height=
{
50
}
mb=
{
"l"
}
borderRadius=
{
10
}
overflow=
{
"hidden"
}
>
<
PaymentOption
onPress=
{
()
=>
{}
}
paymentMethod=
{
paymentType
}
/>
</
Box
>
<
Box
mb=
{
"xl"
}
>
<
Box
mb=
{
"xl"
}
>
<
Input
<
Input
label=
"Entrez le montant"
label=
"Entrez le montant"
...
...
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