Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
Prasetya Saputra
clone_excelso
Commits
7c115c78
Commit
7c115c78
authored
Jun 06, 2020
by
William Goszal
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tampilin build version di halaman account
parent
2b908aa8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Account.js
view/Account.js
+5
-0
No files found.
view/Account.js
View file @
7c115c78
...
...
@@ -24,6 +24,7 @@ import * as Location from 'expo-location';
import
*
as
Permissions
from
'expo-permissions'
;
import
*
as
Device
from
'expo-device'
;
import
session
from
'../function/session'
;
import
Constants
from
'expo-constants'
;
class
Account
extends
React
.
Component
{
constructor
(
props
)
{
...
...
@@ -370,6 +371,10 @@ class Account extends React.Component {
<
/View
>
)
}
<
View
style
=
{{
flex
:
1
,
marginBottom
:
10
}}
>
<
Text
style
=
{{
color
:
'grey'
,
fontSize
:
12
,
textAlign
:
'center'
}}
>
Build
Version
:
{
Constants
.
manifest
.
version
}
<
/Text
>
<
/View
>
<
/ScrollView
>
<
/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