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
28d87f82
Commit
28d87f82
authored
Sep 06, 2025
by
G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Add missing notification icon and default amount to the Balance component.
parent
94ede4ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
HomePageWithPaymentOptions.tsx
src/screens/HomePageWithPaymentOptions.tsx
+4
-2
No files found.
src/screens/HomePageWithPaymentOptions.tsx
View file @
28d87f82
...
@@ -2,6 +2,7 @@ import { asp as g } from "@asp/asp";
...
@@ -2,6 +2,7 @@ import { asp as g } from "@asp/asp";
import
{
Balance
}
from
"@components/Balance"
;
import
{
Balance
}
from
"@components/Balance"
;
import
{
BarnoinPayBackground
}
from
"@components/BarnoinPayBackground"
;
import
{
BarnoinPayBackground
}
from
"@components/BarnoinPayBackground"
;
import
BeasyLogoIcon
from
"@components/BeasyLogoIcon"
;
import
BeasyLogoIcon
from
"@components/BeasyLogoIcon"
;
import
Ionicons
from
"@expo/vector-icons/Ionicons"
;
import
{
LOG
}
from
"@logger"
;
import
{
LOG
}
from
"@logger"
;
import
{
useQuery
}
from
"@tanstack/react-query"
;
import
{
useQuery
}
from
"@tanstack/react-query"
;
import
{
Text
,
View
}
from
"react-native"
;
import
{
Text
,
View
}
from
"react-native"
;
...
@@ -28,8 +29,9 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps<
...
@@ -28,8 +29,9 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps<
return
(
return
(
<
BarnoinPayBackground
style=
{
[
g
.
flex_col
,
g
.
relative
]
}
>
<
BarnoinPayBackground
style=
{
[
g
.
flex_col
,
g
.
relative
]
}
>
<
View
style=
{
[
g
.
px_lg
]
}
>
<
View
style=
{
[
g
.
px_lg
,
g
.
flex_row
,
g
.
justify_between
]
}
>
<
BeasyLogoIcon
/>
<
BeasyLogoIcon
/>
<
Ionicons
name=
"notifications"
size=
{
24
}
color=
"black"
/>
</
View
>
</
View
>
<
View
<
View
...
@@ -42,7 +44,7 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps<
...
@@ -42,7 +44,7 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps<
{
top
:
120
},
{
top
:
120
},
]
}
]
}
>
>
<
Balance
/>
<
Balance
amount=
{
0
}
/>
</
View
>
</
View
>
<
View
<
View
...
...
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