Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.ReactNative
Commits
98f12bc0
Unverified
Commit
98f12bc0
authored
Feb 05, 2020
by
Diego Mello
Committed by
GitHub
Feb 05, 2020
Browse files
[REGRESSION] Use HTTPS links for sharing and markets protocol for review (#1663)
parent
982b1d39
Changes
1
Show whitespace changes
Inline
Side-by-side
app/constants/links.js
View file @
98f12bc0
...
@@ -2,7 +2,7 @@ import { getBundleId, isIOS } from '../utils/deviceInfo';
...
@@ -2,7 +2,7 @@ import { getBundleId, isIOS } from '../utils/deviceInfo';
const
APP_STORE_ID
=
'
1272915472
'
;
const
APP_STORE_ID
=
'
1272915472
'
;
export
const
PLAY_MARKET_LINK
=
`
market:/
/details?id=
${
getBundleId
}
`
;
export
const
PLAY_MARKET_LINK
=
`
https://play.google.com/store/apps
/details?id=
${
getBundleId
}
`
;
export
const
APP_STORE_LINK
=
`
itms-ap
ps://itunes.apple.com/app/id
${
APP_STORE_ID
}
`
;
export
const
APP_STORE_LINK
=
`
htt
ps://itunes.apple.com/app/id
${
APP_STORE_ID
}
`
;
export
const
LICENSE_LINK
=
'
https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/LICENSE
'
;
export
const
LICENSE_LINK
=
'
https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/LICENSE
'
;
export
const
STORE_REVIEW_LINK
=
isIOS
?
`
${
APP_STORE_
LINK
}
?action=write-review`
:
PLAY_MARKET_LINK
;
export
const
STORE_REVIEW_LINK
=
isIOS
?
`
itms-apps://itunes.apple.com/app/id
${
APP_STORE_
ID
}
?action=write-review`
:
`market://details?id=
${
getBundleId
}
`
;
Write
Preview
Supports
Markdown
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