Fix bug when adding multiple photos. Added RN image resizer

This commit is contained in:
John Lyon-Smith
2018-05-14 11:09:07 -07:00
parent eda43b0869
commit fdd5f67d90
12 changed files with 30 additions and 14 deletions

View File

@@ -58,7 +58,6 @@ class WorkItemSceneAR extends React.Component {
@autobind
handleLoadEnd() {
this.arScene.getCameraOrientationAsync().then((orientation) => {
console.log(orientation)
return this.arScene
.performARHitTestWithRay(orientation.forward)
.then((results) => {