Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sp21-cs242-assignment3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zshan2
sp21-cs242-assignment3
Merge requests
!2
Assignment 3.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Assignment 3.1
assignment-3.1
into
master
Overview
0
Commits
4
Pipelines
0
Changes
6
Merged
zshan2
requested to merge
assignment-3.1
into
master
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
6
Expand
Final submission
0
0
Merge request reports
Viewing commit
6ce28402
Prev
Next
Show latest version
6 files
+
36
−
254
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
6ce28402
assignment3.0 ver3: all snapshot tests deployed, going for navigation test
· 6ce28402
zshan2
authored
4 years ago
src/Components/Loading.js
+
1
−
1
Options
import
*
as
React
from
'
react
'
;
import
{
Pressable
,
View
,
Text
,
Image
,
StyleSheet
,
ImageBackground
}
from
'
react-native
'
;
import
{
View
,
Text
,
Image
,
StyleSheet
,
ImageBackground
}
from
'
react-native
'
;
const
styles
=
StyleSheet
.
create
({
viewStyleVertical
:
{
alignItems
:
'
center
'
,
justifyContent
:
'
center
'
,
margin
:
'
10%
'
},
Loading