Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
Overview
Details
Activity
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
Giang Tran
InvestCustomer
Commits
0c3d0ca1
Commit
0c3d0ca1
authored
May 05, 2021
by
Nguyễn Thị Thúy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version
parent
5e5c86bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Info.plist
ios/Invest/Info.plist
+4
-0
index.js
src/Screens/VersionChecker/index.js
+2
-2
No files found.
ios/Invest/Info.plist
View file @
0c3d0ca1
...
...
@@ -92,5 +92,9 @@
<
/
a
rr
a
y
>
<
k
e
y
>
UIViewControllerBasedStatusBarAppearance
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
itms-apps
<
/string
>
<
/
a
rr
a
y
>
<
/
d
i
c
t
>
<
/plist
>
src/Screens/VersionChecker/index.js
View file @
0c3d0ca1
...
...
@@ -52,12 +52,12 @@ const VersionChecker = (props) => {
const
onUpdatePressed
=
async
()
=>
{
try
{
if
(
Platform
.
OS
===
'ios'
)
{
Linking
.
openURL
(
'itms-apps://itunes.apple.com/us/app/
id${id1556621903}?mt=8.
'
);
Linking
.
openURL
(
'itms-apps://itunes.apple.com/us/app/
dcv-invest/id1556621903?l=id
'
);
}
else
{
Linking
.
openURL
(
'https://play.google.com/store/apps/details?id=com.dcv.invest'
);
}
}
catch
(
error
)
{
}
setVisible
(
false
);
};
const
onRequestClose
=
()
=>
null
;
...
...
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