Fix bug when adding multiple photos. Added RN image resizer
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user