Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13 from akropolisio/parse-link-from-qr
Browse files Browse the repository at this point in the history
Add handle transaction from link and qrCode
  • Loading branch information
krashaen authored Jan 22, 2019
2 parents c2c6266 + 429c82e commit 45f9dfa
Show file tree
Hide file tree
Showing 46 changed files with 1,532 additions and 730 deletions.
8 changes: 0 additions & 8 deletions .expo/packager-info.json

This file was deleted.

8 changes: 0 additions & 8 deletions .expo/packager-info.json.1028597196

This file was deleted.

8 changes: 0 additions & 8 deletions .expo/packager-info.json.130572965

This file was deleted.

8 changes: 0 additions & 8 deletions .expo/packager-info.json.3605856056

This file was deleted.

7 changes: 0 additions & 7 deletions .expo/settings.json

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
.DS_Store

# expo
.expo/
.expo/*


# Xcode
#
Expand Down
17 changes: 12 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expo": {
"name": "akropolisconnect",
"slug": "akropolisconnect",
"scheme": "akropolisconnect",
"privacy": "public",
"sdkVersion": "31.0.0",
"platforms": [
Expand All @@ -11,8 +12,9 @@
"version": "1.0.0",
"orientation": "portrait",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"image": "./assets/icons/splash.png",
"resizeMode": "cover",
"backgroundColor": "#212121"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -21,15 +23,20 @@
"**/*"
],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.akropolis.connect.test1",
"infoPlist": {
"LSApplicationQueriesSchemes": ["trust"],
"CFBundleURLTypes": [{"CFBundleTypeRole": "Editor", "CFBundleURLSchemes": ["akropolisconnect"]}]
}
},
"android": {
"package": "com.testcompany.testname",
"package": "com.akropolis.connect",
"intentFilters": [
{
"action": "VIEW",
"data": {
"scheme": "trust-rn-example"
"scheme": "akropolisconnect"
},
"category": [
"DEFAULT"
Expand Down
Binary file added assets/icons/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 45f9dfa

Please sign in to comment.