We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1ef89 commit 7db37b8Copy full SHA for 7db37b8
ARKit.js
@@ -30,7 +30,10 @@ const TRACKING_REASONS = [
30
];
31
const TRACKING_STATES_COLOR = ['red', 'orange', 'green'];
32
33
+// clear scene on start (not on mount)
34
+// this is only needed if you reload the app (in dev mode)
35
ARKitManager.clearScene();
36
+
37
class ARKit extends Component {
38
state = {
39
state: 0,
0 commit comments