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
8475014e
Commit
8475014e
authored
Apr 24, 2024
by
G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basic page for when user are not logged into the app
parent
0663e767
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
payment_processing.png
assets/payment_processing.png
+0
-0
HomeUserNotLoggedIn.tsx
src/screens/HomeUserNotLoggedIn.tsx
+18
-2
No files found.
assets/payment_processing.png
0 → 100644
View file @
8475014e
31.5 KB
src/screens/HomeUserNotLoggedIn.tsx
View file @
8475014e
...
@@ -2,11 +2,23 @@ import Button from "@components/Button";
...
@@ -2,11 +2,23 @@ import Button from "@components/Button";
import
Card
from
"@components/Card"
;
import
Card
from
"@components/Card"
;
import
Box
from
"@components/bases/Box"
;
import
Box
from
"@components/bases/Box"
;
import
Text
from
"@components/bases/Text"
;
import
Text
from
"@components/bases/Text"
;
import
{
Dimensions
,
StyleSheet
,
View
}
from
"react-native"
;
import
{
Dimensions
,
Image
,
StyleSheet
,
View
}
from
"react-native"
;
const
HomeUserNotLoggedIn
=
()
=>
{
const
HomeUserNotLoggedIn
=
()
=>
{
return
(
return
(
<
Box
style=
{
style
.
container
}
p=
{
"xl"
}
>
<
Box
style=
{
style
.
container
}
p=
{
"xl"
}
>
<
Box
mt=
{
"xl"
}
>
<
Box
mt=
{
"s"
}
>
<
Box
height=
{
300
}
backgroundColor=
{
"primary"
}
mb=
{
"l"
}
alignItems=
{
"center"
}
justifyContent=
{
"center"
}
>
<
Image
source=
{
require
(
"../../assets/payment_processing.png"
)
}
style=
{
style
.
image
}
/>
</
Box
>
<
Text
color=
{
"gray"
}
fontSize=
{
16
}
textAlign=
{
"center"
}
>
<
Text
color=
{
"gray"
}
fontSize=
{
16
}
textAlign=
{
"center"
}
>
Acceptez des paiements en magasin et en ligne et recevez votre argent en
Acceptez des paiements en magasin et en ligne et recevez votre argent en
quelques secondes
quelques secondes
...
@@ -38,6 +50,10 @@ const style = StyleSheet.create({
...
@@ -38,6 +50,10 @@ const style = StyleSheet.create({
alignItems
:
"center"
,
alignItems
:
"center"
,
justifyContent
:
"center"
,
justifyContent
:
"center"
,
},
},
image
:
{
width
:
"100%"
,
height
:
"100%"
,
},
});
});
export
default
HomeUserNotLoggedIn
;
export
default
HomeUserNotLoggedIn
;
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