Skip to content

Commit

Permalink
Update added backend camera picture take and upload function and impl…
Browse files Browse the repository at this point in the history
…emented a popup to confirm logout
  • Loading branch information
maheedhar1998 committed Mar 5, 2020
1 parent 7011934 commit f26cf69
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 74 deletions.
178 changes: 112 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@
"@angular/platform-browser-dynamic": "~8.1.2",
"@angular/router": "~8.1.2",
"@ionic-native/call-number": "^5.22.0",
"@ionic-native/camera": "^5.22.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/facebook": "^5.20.0",
"@ionic-native/qr-scanner": "^5.17.1",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.19.1",
"@ionic/angular": "^4.7.1",
"@ionic/cli": "^6.1.0",
"@ionic/cli": "^6.2.0",
"call-number": "^1.0.1",
"cordova": "^9.0.0",
"cordova-android": "^8.1.0",
"cordova-browser": "6.0.0",
"cordova-ios": "^5.0.1",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-facebook4": "^6.2.0",
"cordova-plugin-qrscanner": "3.0.1",
"core-js": "^2.5.4",
Expand Down Expand Up @@ -100,7 +102,8 @@
"FACEBOOK_HYBRID_APP_EVENTS": "false",
"FACEBOOK_ANDROID_SDK_VERSION": "5.5.2"
},
"mx.ferreyra.callnumber": {}
"mx.ferreyra.callnumber": {},
"cordova-plugin-camera": {}
},
"platforms": [
"android",
Expand Down
Loading

0 comments on commit f26cf69

Please sign in to comment.