Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baitussalam-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Muhammad Ameen
baitussalam-app
Commits
c4d33cde
Commit
c4d33cde
authored
May 23, 2022
by
Muhammad Ameen
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
second commit
parent
fbf4227d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
SplashScreen.js
src/Components/SplashScreen/SplashScreen.js
+1
-1
Routes.js
src/Routes/Routes.js
+7
-1
Login.js
src/Screens/Login/Login.js
+0
-0
No files found.
src/Components/SplashScreen/SplashScreen.js
View file @
c4d33cde
...
@@ -4,7 +4,7 @@ import React from 'react'
...
@@ -4,7 +4,7 @@ import React from 'react'
const
SplashScreen
=
()
=>
{
const
SplashScreen
=
()
=>
{
return
(
return
(
<
View
>
<
View
>
<
Text
>
SplashScreen
<
/Text
>
<
Text
>
How
are
You
<
/Text
>
<
/View
>
<
/View
>
)
)
}
}
...
...
src/Routes/Routes.js
View file @
c4d33cde
...
@@ -10,7 +10,13 @@ const Routes = () => {
...
@@ -10,7 +10,13 @@ const Routes = () => {
return
(
return
(
<
NavigationContainer
>
<
NavigationContainer
>
<
Stack
.
Navigator
>
<
Stack
.
Navigator
>
<
Stack
.
Screen
name
=
"Home"
component
=
{
SplashScreen
}
/
>
<
Stack
.
Screen
name
=
"Home"
component
=
{
SplashScreen
}
options
=
{{
headerShown
:
false
,
}}
/
>
<
/Stack.Navigator
>
<
/Stack.Navigator
>
<
/NavigationContainer
>
<
/NavigationContainer
>
);
);
...
...
src/Screens/Login/Login.js
0 → 100644
View file @
c4d33cde
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