From b301bf17eb30c819930c8d33fbc0172d014af0a0 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Thu, 29 Mar 2018 15:40:37 -0700 Subject: [PATCH] Adding Android ViroAR stuff --- mobile/.idea/workspace.xml | 10 +-- mobile/android/app/app.iml | 6 +- mobile/android/app/build.gradle | 34 ++++++--- .../android/app/src/main/AndroidManifest.xml | 38 ++++----- .../java/com/deightonar/MainApplication.java | 5 +- mobile/android/build.gradle | 10 --- mobile/android/keystores/debug.keystore | Bin 0 -> 2316 bytes mobile/android/settings.gradle | 5 ++ .../ios/DeightonAR.xcodeproj/project.pbxproj | 2 + mobile/ios/DeightonAR/Info.plist | 10 +-- mobile/package.json | 3 +- mobile/src/API.js | 2 +- mobile/src/app.js | 5 ++ mobile/src/screens/Home.js | 4 +- mobile/src/screens/Login.js | 4 +- mobile/src/screens/Viewer.js | 72 ++++++++++++------ 16 files changed, 126 insertions(+), 84 deletions(-) create mode 100644 mobile/android/keystores/debug.keystore diff --git a/mobile/.idea/workspace.xml b/mobile/.idea/workspace.xml index 32a9465..0364ec8 100644 --- a/mobile/.idea/workspace.xml +++ b/mobile/.idea/workspace.xml @@ -15,8 +15,8 @@ - @@ -58,8 +58,8 @@ - + @@ -71,8 +71,8 @@